Commit 11d04731 authored by Ben Gamari's avatar Ben Gamari

Various upper bound bumps

parent e553d072
...@@ -58,7 +58,7 @@ library ...@@ -58,7 +58,7 @@ library
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base ==4.6.* || ==4.7.*,
aeson ==0.7.*, aeson >=0.7 && <0.9,
unordered-containers, unordered-containers,
classy-prelude, classy-prelude,
random >= 1, random >= 1,
......
...@@ -59,7 +59,7 @@ library ...@@ -59,7 +59,7 @@ library
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base ==4.6.* || ==4.7.*,
aeson ==0.7.*, aeson >=0.7 && <0.9,
classy-prelude, classy-prelude,
here, here,
ihaskell >= 0.4 ihaskell >= 0.4
......
...@@ -57,7 +57,7 @@ library ...@@ -57,7 +57,7 @@ library
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.9.5 && <0.10, classy-prelude >=0.9.5 && <0.11,
mono-traversable >=0.6 && < 0.7, mono-traversable >=0.6 && < 0.7,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
...@@ -69,7 +69,7 @@ library ...@@ -69,7 +69,7 @@ library
haskeline -any, haskeline -any,
here ==1.2.*, here ==1.2.*,
hlint >=1.9 && <2.0, hlint >=1.9 && <2.0,
haskell-src-exts ==1.15.*, haskell-src-exts ==1.16.*,
hspec -any, hspec -any,
HTTP == 4000.2.*, HTTP == 4000.2.*,
HUnit -any, HUnit -any,
...@@ -136,7 +136,7 @@ executable IHaskell ...@@ -136,7 +136,7 @@ executable IHaskell
aeson >=0.6 && < 0.9, aeson >=0.6 && < 0.9,
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.9.2 && <0.10, classy-prelude >=0.9.2 && <0.11,
mono-traversable >=0.6 && < 0.7, mono-traversable >=0.6 && < 0.7,
containers >=0.5, containers >=0.5,
directory -any, directory -any,
...@@ -158,7 +158,7 @@ Test-Suite hspec ...@@ -158,7 +158,7 @@ Test-Suite hspec
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.9.2 && <0.10, classy-prelude >=0.9.2 && <0.11,
mono-traversable >=0.6 && < 0.7, mono-traversable >=0.6 && < 0.7,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment