diff options
Diffstat (limited to 'converters/hs-aeson-compat/files/patch-aeson-compat.cabal')
-rw-r--r-- | converters/hs-aeson-compat/files/patch-aeson-compat.cabal | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/converters/hs-aeson-compat/files/patch-aeson-compat.cabal b/converters/hs-aeson-compat/files/patch-aeson-compat.cabal index 8b11ebe2fea3..ece7354ed571 100644 --- a/converters/hs-aeson-compat/files/patch-aeson-compat.cabal +++ b/converters/hs-aeson-compat/files/patch-aeson-compat.cabal @@ -1,18 +1,21 @@ ---- aeson-compat.cabal.orig 2017-06-07 12:52:36 UTC +--- aeson-compat.cabal.orig 2017-07-24 12:29:50 UTC +++ aeson-compat.cabal -@@ -42,7 +42,6 @@ library +@@ -31,14 +31,14 @@ library + src + ghc-options: -Wall + build-depends: +- base >=4.6 && <4.11 +- , base-compat >=0.6.0 && <0.10 +- , aeson >=0.7.0.6 && <1.3 ++ base >=4.6 && <4.12 ++ , base-compat >=0.6.0 && <0.11 ++ , aeson >=0.7.0.6 && <1.4 + , attoparsec >=0.12 && <0.14 + , attoparsec-iso8601 >=1.0.0.0 && <1.1 + , bytestring >=0.10 && <0.11 , containers >=0.5 && <0.6 - , exceptions >=0.8 && <0.9 +- , exceptions >=0.8 && <0.9 ++ , exceptions >=0.8 && <0.11 , hashable >=1.2 && <1.3 -- , nats >=1 && <1.2 , scientific >=0.3 && <0.4 , text >=1.2 && <1.3 - , time >=1.4.2 && <1.9 -@@ -70,7 +69,6 @@ test-suite aeson-compat-test - , containers - , exceptions - , hashable -- , nats - , scientific - , text - , time |