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 /converters/hs-json | |
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 'converters/hs-json')
-rw-r--r-- | converters/hs-json/Makefile | 5 | ||||
-rw-r--r-- | converters/hs-json/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile index 5940686ca09d..246c0dffdb03 100644 --- a/converters/hs-json/Makefile +++ b/converters/hs-json/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= json -PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTVERSION= 0.9.2 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= Support for serialising Haskell to and from JSON LICENSE= BSD3CLAUSE -USE_CABAL= mtl parsec syb text +USE_CABAL= mtl syb .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/converters/hs-json/distinfo b/converters/hs-json/distinfo index 81625decc0a4..70a6dab8dbe0 100644 --- a/converters/hs-json/distinfo +++ b/converters/hs-json/distinfo @@ -1,2 +1,3 @@ -SHA256 (cabal/json-0.9.1.tar.gz) = 96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2 -SIZE (cabal/json-0.9.1.tar.gz) = 22568 +TIMESTAMP = 1523994029 +SHA256 (cabal/json-0.9.2.tar.gz) = e6bb16fa791cc3833ae7b459b7e7885c1c2b11b0d294b7e095287c54fa73738e +SIZE (cabal/json-0.9.2.tar.gz) = 22650 |