diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /devel/hs-resourcet | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'devel/hs-resourcet')
-rw-r--r-- | devel/hs-resourcet/Makefile | 9 | ||||
-rw-r--r-- | devel/hs-resourcet/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-resourcet/pkg-descr | 5 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/hs-resourcet/Makefile b/devel/hs-resourcet/Makefile index 690765ffcab6..d34f07ca23ec 100644 --- a/devel/hs-resourcet/Makefile +++ b/devel/hs-resourcet/Makefile @@ -1,17 +1,16 @@ # $FreeBSD$ PORTNAME= resourcet -PORTVERSION= 0.4.7.1 -PORTREVISION= 4 +PORTVERSION= 1.1.2.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Deterministic allocation and freeing of scarce resources -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= lifted-base>=0.1 mmorph monad-control>=0.3.1 mtl>=2.0 \ - transformers>=0.2.2 transformers-base>=0.4.1 +USE_CABAL= exceptions>=0.5 lifted-base>=0.1 mmorph monad-control>=0.3.1 \ + mtl>=2.0 transformers-base>=0.4.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/devel/hs-resourcet/distinfo b/devel/hs-resourcet/distinfo index 21ee65207b16..af2a3d04cc5b 100644 --- a/devel/hs-resourcet/distinfo +++ b/devel/hs-resourcet/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/resourcet-0.4.7.1.tar.gz) = f02bb18c79d99152a241a65bbb0cd509d0bf9fba4fbb63b72360f7aa8a9336f5 -SIZE (cabal/resourcet-0.4.7.1.tar.gz) = 9251 +SHA256 (cabal/resourcet-1.1.2.3.tar.gz) = 351e9451b5d9001078084916385f403774ba6ba28ed53c1be6e35134070e3fd8 +SIZE (cabal/resourcet-1.1.2.3.tar.gz) = 10745 diff --git a/devel/hs-resourcet/pkg-descr b/devel/hs-resourcet/pkg-descr index 1d3620bef6b7..a092845ddc1d 100644 --- a/devel/hs-resourcet/pkg-descr +++ b/devel/hs-resourcet/pkg-descr @@ -1,4 +1,5 @@ -This package was originally included with the conduit package, and has -since been split off. +This package was originally included with the conduit package, but has +existed as a separate package for quite a while. It is fully usable +outside of conduit. WWW: http://github.com/snoyberg/conduit |