diff --git a/hnix.cabal b/hnix.cabal index 354e009..96db482 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -867,35 +867,35 @@ library ghc-options: -Wall -fprint-potential-instances build-depends: aeson >= 1.4.2 && < 1.6 - , array >=0.4 && <0.6 - , base >=4.11 && <5 + , array >= 0.4 && < 0.6 + , base >= 4.11 && < 5 , binary >= 0.8.5 && < 0.9 , bytestring >= 0.10.8 && < 0.11 , comonad >= 5.0.4 && < 5.1 , containers >= 0.5.11.0 && < 0.7 - , data-fix >= 0.2.0 && < 0.3 - , deepseq >=1.4.3 && <1.5 - , deriving-compat >=0.3 && <0.6 + , data-fix >= 0.2.0 && < 0.3 + , deepseq >= 1.4.3 && <1.5 + , deriving-compat >= 0.3 && < 0.6 , directory >= 1.3.1 && < 1.4 , exceptions >= 0.10.0 && < 0.11 , filepath >= 1.4.2 && < 1.5 , free >= 5.1 && < 5.2 - , hashable >=1.2.5 && < 1.4 + , hashable >= 1.2.5 && < 1.4 , hashing >= 0.1.0 && < 0.2 , hnix-store-core >= 0.1.0 && < 0.3 , http-client >= 0.5.14 && < 0.6 || >= 0.6.4 && < 0.8 , http-client-tls >= 0.3.5 && < 0.4 , http-types >= 0.12.2 && < 0.13 - , lens-family >=1.2.2 && < 2.2 - , lens-family-core >=1.2.2 && < 2.2 + , lens-family >= 1.2.2 && < 2.2 + , lens-family-core >= 1.2.2 && < 2.2 , lens-family-th >= 0.5.0 && < 0.6 , logict >= 0.6.0 && < 0.7 || >= 0.7.0.2 && < 0.8 - , megaparsec >=7.0 && <8.1 + , megaparsec >= 7.0 && < 8.1 , monad-control >= 1.0.2 && < 1.1 , monadlist >= 0.0.2 && < 0.1 , mtl >= 2.2.2 && < 2.3 , neat-interpolation >= 0.4 && < 0.6 - , optparse-applicative >= 0.14.3 && < 0.15 || >= 0.15.0.0 && < 0.16 + , optparse-applicative >= 0.14.3 && < 0.16 , parser-combinators >= 1.0.1 && < 1.3 , prettyprinter >= 1.2.1 && < 1.7 , process >= 1.6.3 && < 1.7 @@ -914,7 +914,7 @@ library , transformers >= 0.5.5 && < 0.6 , transformers-base >= 0.4.5 && < 0.5 , unix >= 2.7.2 && < 2.8 - , unordered-containers >=0.2.9 && < 0.3 + , unordered-containers >= 0.2.9 && < 0.3 , vector >= 0.12.0 && < 0.13 , xml >= 1.3.14 && < 1.4 if flag(optimize)