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 /textproc/hs-yaml | |
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 'textproc/hs-yaml')
-rw-r--r-- | textproc/hs-yaml/Makefile | 7 | ||||
-rw-r--r-- | textproc/hs-yaml/distinfo | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/textproc/hs-yaml/Makefile b/textproc/hs-yaml/Makefile index eed0d98fb747..63107efef475 100644 --- a/textproc/hs-yaml/Makefile +++ b/textproc/hs-yaml/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= yaml -PORTVERSION= 0.8.23.1 -PORTREVISION= 1 +PORTVERSION= 0.8.29 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -11,9 +10,7 @@ COMMENT= Support for parsing and rendering YAML documents LICENSE= BSD3CLAUSE USE_CABAL= aeson>=0.5 attoparsec conduit>=1.1.0 enclosed-exceptions \ - resourcet>=0.3 scientific text unordered-containers vector - -EXECUTABLE= json2yaml yaml2json + resourcet>=0.3 scientific unordered-containers vector .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-yaml/distinfo b/textproc/hs-yaml/distinfo index d4b4133c7d1b..6729b43625e5 100644 --- a/textproc/hs-yaml/distinfo +++ b/textproc/hs-yaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499546173 -SHA256 (cabal/yaml-0.8.23.1.tar.gz) = 4a9bc0b540b25db0edafea58e1c7fe5f00770bd599c9c94f16b92210bf0f606b -SIZE (cabal/yaml-0.8.23.1.tar.gz) = 81569 +TIMESTAMP = 1524402297 +SHA256 (cabal/yaml-0.8.29.tar.gz) = 1a5e5fe9d55273c286f177681c2cecb4cff77633af877756317120cc00d20f74 +SIZE (cabal/yaml-0.8.29.tar.gz) = 82660 |