diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-08 17:21:45 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-08 17:21:45 +0000 |
| commit | 25bf018f0fa446ca38508d35b6b3474e88d758d3 (patch) | |
| tree | 45b457da59382af32e809be042d2a1a7cad9e952 /databases/hs-persistent-sqlite | |
| parent | 1c8feb1a3fd41782660f5439357efe8a9519c625 (diff) | |
Notes
Diffstat (limited to 'databases/hs-persistent-sqlite')
| -rw-r--r-- | databases/hs-persistent-sqlite/Makefile | 8 | ||||
| -rw-r--r-- | databases/hs-persistent-sqlite/distinfo | 5 |
2 files changed, 7 insertions, 6 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> diff --git a/databases/hs-persistent-sqlite/distinfo b/databases/hs-persistent-sqlite/distinfo index 362c952802bc..18e946c2798a 100644 --- a/databases/hs-persistent-sqlite/distinfo +++ b/databases/hs-persistent-sqlite/distinfo @@ -1,2 +1,3 @@ -SHA256 (cabal/persistent-sqlite-2.2.tar.gz) = f11005a23df9ad0740111e675aab42f40eda7e37f4996ebae15e1fe48692c794 -SIZE (cabal/persistent-sqlite-2.2.tar.gz) = 1460775 +TIMESTAMP = 1499620122 +SHA256 (cabal/persistent-sqlite-2.6.2.tar.gz) = 6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf +SIZE (cabal/persistent-sqlite-2.6.2.tar.gz) = 3568400 |
