diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:26:18 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:26:18 +0000 |
commit | 16ee5eedd6a0f83fdb351160e83126e5a3315ba9 (patch) | |
tree | 12e91bfa73aef35d16a57d7e397879b9ecfa1b5a /archivers/hs-zlib-enum | |
parent | 86181147fac9889282c8b127b1b4564b3aaa7f82 (diff) | |
download | ports-16ee5eedd6a0f83fdb351160e83126e5a3315ba9.tar.gz ports-16ee5eedd6a0f83fdb351160e83126e5a3315ba9.zip |
- Update to 0.2.2.1
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=298161
Diffstat (limited to 'archivers/hs-zlib-enum')
-rw-r--r-- | archivers/hs-zlib-enum/Makefile | 5 | ||||
-rw-r--r-- | archivers/hs-zlib-enum/distinfo | 4 | ||||
-rw-r--r-- | archivers/hs-zlib-enum/pkg-descr | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/archivers/hs-zlib-enum/Makefile b/archivers/hs-zlib-enum/Makefile index 0b090e9d6bc6..c451ca52ad35 100644 --- a/archivers/hs-zlib-enum/Makefile +++ b/archivers/hs-zlib-enum/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= zlib-enum -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2.1 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,8 @@ COMMENT= Enumerator interface for zlib compression LICENSE= MIT CABAL_SETUP= Setup.hs -USE_CABAL= enumerator>=0.4 transformers>=0.2 zlib-bindings + +USE_CABAL= enumerator transformers>=0.2 zlib-bindings .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/archivers/hs-zlib-enum/distinfo b/archivers/hs-zlib-enum/distinfo index 4d62f59825f3..9ba23fe77bb8 100644 --- a/archivers/hs-zlib-enum/distinfo +++ b/archivers/hs-zlib-enum/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/zlib-enum-0.2.1.tar.gz) = 08cf6c400273399cd007e1aa43e41afd74a8fa881eb36bf07e401bf9963edd32 -SIZE (cabal/zlib-enum-0.2.1.tar.gz) = 4652 +SHA256 (cabal/zlib-enum-0.2.2.1.tar.gz) = a9cb17442a1fbff01f9ea6afed5eaeae70a755b7039931fcaa0e2f40a0515b09 +SIZE (cabal/zlib-enum-0.2.2.1.tar.gz) = 4648 diff --git a/archivers/hs-zlib-enum/pkg-descr b/archivers/hs-zlib-enum/pkg-descr index f001f85efd41..79f176424978 100644 --- a/archivers/hs-zlib-enum/pkg-descr +++ b/archivers/hs-zlib-enum/pkg-descr @@ -1,4 +1,4 @@ -The zlib-enum package is a stop-gap to provide enumeratees for zlib -compression and decompression. +zlib-enum is a stop-gap package to provide enumeratees for zlib +compression/decompression. WWW: http://github.com/maltem/zlib-enum |