Fix dependency bounds

This commit is contained in:
Greg Hale 2019-03-19 21:52:55 -04:00
parent ccfaae70fe
commit 522b24e969
1 changed files with 6 additions and 6 deletions

View File

@ -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