diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
commit | fff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch) | |
tree | 86e71c0056b8414191c8b421101694a177fec03e /converters/hs-aeson-compat/files/patch-aeson-compat.cabal | |
parent | Rename net/bird-devel to net/bird2 (diff) |
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
Notes
Notes:
svn path=/head/; revision=470870
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 |