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 /www/hs-heist/files/patch-heist.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 'www/hs-heist/files/patch-heist.cabal')
-rw-r--r-- | www/hs-heist/files/patch-heist.cabal | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www/hs-heist/files/patch-heist.cabal b/www/hs-heist/files/patch-heist.cabal deleted file mode 100644 index 59facc7f3c36..000000000000 --- a/www/hs-heist/files/patch-heist.cabal +++ /dev/null @@ -1,29 +0,0 @@ ---- heist.cabal.orig 2016-10-28 08:41:35 UTC -+++ heist.cabal -@@ -151,14 +151,14 @@ Library - Heist.Interpreted.Internal - - build-depends: -- aeson >= 0.6 && < 1.1, -+ aeson >= 0.6 && < 1.3, - attoparsec >= 0.10 && < 0.14, - base >= 4 && < 5, - blaze-builder >= 0.2 && < 0.5, -- blaze-html >= 0.4 && < 0.9, -+ blaze-html >= 0.4 && < 0.10, - bytestring >= 0.9 && < 0.11, - containers >= 0.2 && < 0.6, -- directory >= 1.1 && < 1.3, -+ directory >= 1.1 && < 1.4, - directory-tree >= 0.10 && < 0.13, - dlist >= 0.5 && < 0.9, - filepath >= 1.3 && < 1.5, -@@ -174,7 +174,7 @@ Library - transformers >= 0.3 && < 0.6, - transformers-base >= 0.4 && < 0.5, - unordered-containers >= 0.1.4 && < 0.3, -- vector >= 0.9 && < 0.12, -+ vector >= 0.9 && < 0.13, - xmlhtml >= 0.2.3.5 && < 0.3 - - if impl(ghc >= 6.12.0) |