diff options
| author | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
|---|---|---|
| committer | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
| commit | bd8d410bbe561cb06cef8e6439398148ea172996 (patch) | |
| tree | bb6acd9e4d75e5dd918d3f6f723ca485c7f0dd6f /databases/hs-persistent-sqlite | |
| parent | 18f2b16087e8ecd6790e8d551f1083d977da1d77 (diff) | |
Notes
Diffstat (limited to 'databases/hs-persistent-sqlite')
| -rw-r--r-- | databases/hs-persistent-sqlite/Makefile | 7 | ||||
| -rw-r--r-- | databases/hs-persistent-sqlite/distinfo | 4 |
2 files changed, 6 insertions, 5 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> diff --git a/databases/hs-persistent-sqlite/distinfo b/databases/hs-persistent-sqlite/distinfo index 2c9442fea2ce..78bcd58a3a07 100644 --- a/databases/hs-persistent-sqlite/distinfo +++ b/databases/hs-persistent-sqlite/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/persistent-sqlite-1.1.2.tar.gz) = e30604324b39bd0e34f3591c7fbe4a693e148569d657d1880e47cba3ce14655d -SIZE (cabal/persistent-sqlite-1.1.2.tar.gz) = 1285013 +SHA256 (cabal/persistent-sqlite-1.1.5.tar.gz) = 94993b3b4f09d27846c149b68e3e9ba73a2bd6e361a6e74519dff5ad31b81dcf +SIZE (cabal/persistent-sqlite-1.1.5.tar.gz) = 1285378 |
