From 522b24e969fd211c4bdfda356a07c7134f0e2358 Mon Sep 17 00:00:00 2001 From: Greg Hale Date: Tue, 19 Mar 2019 21:52:55 -0400 Subject: [PATCH] Fix dependency bounds --- hnix.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hnix.cabal b/hnix.cabal index ccb8a70..ccd9892 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -490,7 +490,7 @@ library , binary >= 0.8.5 && < 0.9 , bytestring >= 0.10.8 && < 0.11 , comonad >= 5.0.4 && < 5.1 - , containers >= 0.5.11 && < 0.6 + , containers >= 0.6.0.1 && < 0.7 , data-fix >= 0.2.0 && < 0.3 , deepseq >=1.4.2 && <1.5 , dependent-sum >= 0.4 && < 0.5 @@ -501,9 +501,9 @@ library , free >= 5.1 && < 5.2 , hashing >= 0.1.0 && < 0.2 , hnix-store-core >= 0.1.0 && < 0.2 - , http-client >= 0.6.2 && < 0.7 + , http-client >= 0.5.14 && < 0.6 , http-client-tls >= 0.3.5 && < 0.4 - , http-types >= 0.12.3 && < 0.13 + , http-types >= 0.12.2 && < 0.13 , interpolate >= 0.2.0 && < 0.3 , lens-family-th >= 0.5.0 && < 0.6 , logict >= 0.6.0 && < 0.7 @@ -522,9 +522,9 @@ library , semigroups >=0.18 && <0.19 , split >= 0.2.3 && < 0.3 , syb >= 0.7 && < 0.8 - , template-haskell >= 2.13.0 && < 2.14 + , template-haskell >= 2.14.0.0 && < 2.15 , text >= 1.2.3 && < 1.3 - , these >= 0.8 && < 0.9 + , these >= 0.7.5 && < 0.8 , time >= 1.8.0 && < 1.9 , transformers >= 0.5.5 && < 0.6 , transformers-base >= 0.4.5 && < 0.5 @@ -564,7 +564,7 @@ library Nix.Options.Parser build-depends: hashable >=1.2.5 && <1.3 - , haskeline >= 0.7.5 && < 0.8 + , haskeline >= 0.7.4.3 && < 0.8 , pretty-show >= 1.9.5 && < 1.10 default-language: Haskell2010