Commit 37724e37 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #552 from lukerandall/bump-aeson-upper-bounds

Allow aeson 0.9
parents 08da2020 cb0dc7a3
...@@ -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.9, build-depends: base >=4.6 && <4.9,
aeson >=0.7 && <0.9, aeson >=0.7 && <0.10,
text, text,
unordered-containers, unordered-containers,
random >= 1, random >= 1,
......
...@@ -91,7 +91,7 @@ library ...@@ -91,7 +91,7 @@ library
-- other-extensions: -- other-extensions:
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: aeson >=0.7 && < 0.9 build-depends: aeson >=0.7 && < 0.10
, base >=4.7 && <4.9 , base >=4.7 && <4.9
, containers >= 0.5 , containers >= 0.5
, ipython-kernel >= 0.6.1.1 , ipython-kernel >= 0.6.1.1
......
...@@ -55,7 +55,7 @@ library ...@@ -55,7 +55,7 @@ library
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
build-depends: build-depends:
aeson >=0.7 && < 0.9, aeson >=0.7 && < 0.10,
base >=4.6 && < 4.9, base >=4.6 && < 4.9,
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
...@@ -142,7 +142,7 @@ executable ihaskell ...@@ -142,7 +142,7 @@ executable ihaskell
transformers -any, transformers -any,
ghc >=7.6 || < 7.11, ghc >=7.6 || < 7.11,
here ==1.2.*, here ==1.2.*,
aeson >=0.7 && < 0.9, aeson >=0.7 && < 0.10,
bytestring >=0.10, bytestring >=0.10,
containers >=0.5, containers >=0.5,
strict >=0.3, strict >=0.3,
...@@ -166,7 +166,7 @@ Test-Suite hspec ...@@ -166,7 +166,7 @@ Test-Suite hspec
default-language: Haskell2010 default-language: Haskell2010
build-depends: build-depends:
ihaskell, ihaskell,
aeson >=0.6 && < 0.9, aeson >=0.6 && < 0.10,
base >=4.6 && < 4.9, base >=4.6 && < 4.9,
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
......
...@@ -35,7 +35,7 @@ library ...@@ -35,7 +35,7 @@ library
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >=4.6 && < 4.9, build-depends: base >=4.6 && < 4.9,
aeson >=0.6 && < 0.9, aeson >=0.6 && < 0.10,
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
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