Update to hs-aeson-0.7.0.6.
(Initial diff probably from ian@ last year)
This commit is contained in:
parent
89094f84e9
commit
b780d918ea
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2014/11/27 21:45:36 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2015/07/23 18:00:11 kili Exp $
|
||||
|
||||
COMMENT = fast JSON parsing and encoding
|
||||
|
||||
DISTNAME = aeson-0.6.2.1
|
||||
REVISION = 0
|
||||
DISTNAME = aeson-0.7.0.6
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/bos/aeson
|
||||
@ -20,10 +19,11 @@ RUN_DEPENDS = devel/hs-blaze-builder>=0.2.1.4 \
|
||||
devel/hs-hashable>=1.1.2.0 \
|
||||
devel/hs-mtl \
|
||||
devel/hs-syb \
|
||||
devel/hs-scientific>=0.3.1,<0.4 \
|
||||
devel/hs-text>=0.11.1.0 \
|
||||
devel/hs-unordered-containers>=0.1.3.0 \
|
||||
devel/hs-unordered-containers>=0.2.3.0 \
|
||||
devel/hs-vector>=0.7.1 \
|
||||
textproc/hs-attoparsec>=0.8.6.1
|
||||
textproc/hs-attoparsec>=0.11.3.4
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ghc/aeson-0.6.2.1.tar.gz) = y87mlW0KPPxFBztsFg6cQSw9+tDzbscdYESjkfEIygE=
|
||||
SIZE (ghc/aeson-0.6.2.1.tar.gz) = 110417
|
||||
SHA256 (ghc/aeson-0.7.0.6.tar.gz) = ZFUxdZuhgQXK3wJEFeG+YDU61wSsaG/17mfH9HVNTm8=
|
||||
SIZE (ghc/aeson-0.7.0.6.tar.gz) = 141565
|
||||
|
@ -1,11 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2014/11/27 21:45:36 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2015/07/23 18:00:11 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/
|
||||
lib/ghc/${DISTNAME}/Data/Aeson.hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Encode/
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Encode.hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Encode.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Encode/ByteString.hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Encode/ByteString.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Functions.hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Functions.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Generic.hi
|
||||
@ -24,6 +27,8 @@ lib/ghc/${DISTNAME}/Data/Aeson/Types/Class.hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Types/Class.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Types/Generic.hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Types/Generic.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Types/Instances.hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Types/Instances.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Types/Internal.hi
|
||||
lib/ghc/${DISTNAME}/Data/Aeson/Types/Internal.p_hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
|
Loading…
Reference in New Issue
Block a user