diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-05-26 05:44:12 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-05-26 05:44:12 +0800 |
commit | 266909a81ee9b32a24cbc0c796151df9dbecd31b (patch) | |
tree | 86e71c0056b8414191c8b421101694a177fec03e /www/hs-activehs | |
parent | af77a773663952af545150a39ecb4d87a6d4b365 (diff) | |
download | freebsd-ports-gnome-266909a81ee9b32a24cbc0c796151df9dbecd31b.tar.gz freebsd-ports-gnome-266909a81ee9b32a24cbc0c796151df9dbecd31b.tar.zst freebsd-ports-gnome-266909a81ee9b32a24cbc0c796151df9dbecd31b.zip |
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
Diffstat (limited to 'www/hs-activehs')
-rw-r--r-- | www/hs-activehs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hs-activehs/Makefile b/www/hs-activehs/Makefile index 01d054058024..c3ff4d77d56c 100644 --- a/www/hs-activehs/Makefile +++ b/www/hs-activehs/Makefile @@ -2,7 +2,7 @@ PORTNAME= activehs PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ USE_CABAL= activehs-base blaze-html blaze-markup cmdargs data-pprint \ dia-base dia-functions exceptions haskell-src-exts \ highlighting-kate hint hoogle mtl pandoc pureMD5 \ QuickCheck simple-reflect snap-core snap-server split syb \ - text utf8-string + utf8-string STANDALONE= yes EXECUTABLE= activehs |