diff options
Diffstat (limited to 'databases/hs-persistent-sqlite/Makefile')
-rw-r--r-- | databases/hs-persistent-sqlite/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile index a6b88542aa11..b4e84385a2e4 100644 --- a/databases/hs-persistent-sqlite/Makefile +++ b/databases/hs-persistent-sqlite/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-persistent-sqlite -# Date created: June 10, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= persistent-sqlite -PORTVERSION= 0.9.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +9,7 @@ COMMENT= Backend for the persistent library using sqlite3 LICENSE= MIT -USE_CABAL= aeson>=0.5 conduit>=0.4 monad-control>=0.2 persistent>=0.9 \ +USE_CABAL= aeson>=0.5 conduit>=0.5 monad-control>=0.2 persistent>=1.0 \ text>=0.7 transformers>=0.2.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |