diff options
Diffstat (limited to 'www/hs-cookie/Makefile')
-rw-r--r-- | www/hs-cookie/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/hs-cookie/Makefile b/www/hs-cookie/Makefile index 48cb114c1892..727f86d676bf 100644 --- a/www/hs-cookie/Makefile +++ b/www/hs-cookie/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cookie -PORTVERSION= 0.4.1.2 -PORTREVISION= 1 +PORTVERSION= 0.4.1.6 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= HTTP cookie parsing and rendering LICENSE= BSD3CLAUSE -USE_CABAL= blaze-builder>=0.2.1 data-default text>=0.7 +USE_CABAL= blaze-builder>=0.2.1 data-default-class old-locale>=1 text>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |