aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-persistent-sqlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/hs-persistent-sqlite/Makefile')
-rw-r--r--databases/hs-persistent-sqlite/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile
index b13fb2fdcee8..1f54d0f1cf5a 100644
--- a/databases/hs-persistent-sqlite/Makefile
+++ b/databases/hs-persistent-sqlite/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= persistent-sqlite
-PORTVERSION= 2.2
+PORTVERSION= 2.6.2
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
@@ -9,9 +9,9 @@ COMMENT= Backend for the persistent library using sqlite3
LICENSE= MIT
-USE_CABAL= aeson>=0.6.2 conduit>=0.5.3 monad-control>=0.2 \
- monad-logger>=0.2.4 persistent>=2.2 resourcet>=1.1 \
- text>=0.7
+USE_CABAL= aeson conduit microlens-th monad-control monad-logger \
+ old-locale persistent resource-pool resourcet text \
+ unordered-containers
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>