aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-persistent-sqlite/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-03-29 22:43:58 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-03-29 22:43:58 +0000
commitbd8d410bbe561cb06cef8e6439398148ea172996 (patch)
treebb6acd9e4d75e5dd918d3f6f723ca485c7f0dd6f /databases/hs-persistent-sqlite/Makefile
parent18f2b16087e8ecd6790e8d551f1083d977da1d77 (diff)
Notes
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>