- Update to 0.3.3.1
- Use the new options framework Obtained from: FreeBSD Haskell
This commit is contained in:
parent
2fd8d1fe66
commit
78a26c274e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301895
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= resourcet
|
||||
PORTVERSION= 0.3.2.1
|
||||
PORTVERSION= 0.3.3.1
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
@ -14,8 +14,8 @@ COMMENT= Deterministic allocation and freeing of scarce resources
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= lifted-base>=0.1 monad-control>=0.3.1 transformers>=0.2.2 \
|
||||
transformers-base>=0.4.1
|
||||
USE_CABAL= lifted-base>=0.1 monad-control>=0.3.1 mtl>=2.0 \
|
||||
transformers>=0.2.2 transformers-base>=0.4.1
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cabal/resourcet-0.3.2.1.tar.gz) = cf44343dd61cb13ca6c6c5e8642640d6e2b572f3d09e977d4d6b0497e4c20cbf
|
||||
SIZE (cabal/resourcet-0.3.2.1.tar.gz) = 7045
|
||||
SHA256 (cabal/resourcet-0.3.3.1.tar.gz) = b4c9e767282a8d4a11d8430b47a6001283b56fa14d4d593e27350e89c0159998
|
||||
SIZE (cabal/resourcet-0.3.3.1.tar.gz) = 7357
|
||||
|
|
Loading…
Reference in a new issue