summaryrefslogtreecommitdiffstats
path: root/devel/hs-project-template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-project-template/Makefile')
-rw-r--r--devel/hs-project-template/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/hs-project-template/Makefile b/devel/hs-project-template/Makefile
index ad596b0..22c75f8 100644
--- a/devel/hs-project-template/Makefile
+++ b/devel/hs-project-template/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= project-template
-PORTVERSION= 0.1.0.1
+PORTVERSION= 0.1.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,9 +11,9 @@ LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= base64-bytestring classy-prelude-conduit>=0.4 conduit>=0.5.4 \
- mtl>=2.0 system-fileio>=0.3 system-filepath>=0.4 text>=0.11 \
- transformers>=0.2
+USE_CABAL= base64-bytestring base64-conduit classy-prelude-conduit>=0.4 \
+ conduit>=0.5.4 mtl>=2.0 resourcet>=0.4.3 system-fileio>=0.3 \
+ system-filepath>=0.4 text>=0.11 transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud