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/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile
index 13c35c162160..e3064910d015 100644
--- a/databases/hs-persistent-sqlite/Makefile
+++ b/databases/hs-persistent-sqlite/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= persistent-sqlite
-PORTVERSION= 1.1.2
+PORTVERSION= 1.1.5
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
@@ -9,8 +9,9 @@ COMMENT= Backend for the persistent library using sqlite3
LICENSE= MIT
-USE_CABAL= aeson>=0.5 conduit>=0.5.3 monad-control>=0.2 persistent>=1.1.2 \
- text>=0.7 transformers>=0.2.1
+USE_CABAL= aeson>=0.5 conduit>=0.5.3 monad-control>=0.2 \
+ monad-logger>=0.2.4 persistent>=1.1.5 text>=0.7 \
+ transformers>=0.2.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>