diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:39:54 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:39:54 +0800 |
commit | 59f6297979a2f9287b7a1bdd24d37646fc117d12 (patch) | |
tree | a5c658d2cf676c8fa47f6116584d15c3a90971b5 /www | |
parent | 1d6a6d856b7394cb2721508870bdca73ee64b992 (diff) | |
download | freebsd-ports-gnome-59f6297979a2f9287b7a1bdd24d37646fc117d12.tar.gz freebsd-ports-gnome-59f6297979a2f9287b7a1bdd24d37646fc117d12.tar.zst freebsd-ports-gnome-59f6297979a2f9287b7a1bdd24d37646fc117d12.zip |
- Update to 7.0.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-happstack-server/Makefile | 10 | ||||
-rw-r--r-- | www/hs-happstack-server/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/hs-happstack-server/Makefile b/www/hs-happstack-server/Makefile index ce0a2e1425e4..adfbea3689e8 100644 --- a/www/hs-happstack-server/Makefile +++ b/www/hs-happstack-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= happstack-server -PORTVERSION= 6.2.5 +PORTVERSION= 7.0.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -17,9 +17,11 @@ FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs -USE_CABAL= blaze-html>=0.3 happstack-data>=6.0 happstack-util>=6.0 \ - hslogger>=1.0.2 html MaybeT mtl>=1.1 network>=2.2.3 parsec \ - sendfile>=0.7.1 text>=0.10 utf8-string>=0.3.4 xhtml zlib +USE_CABAL= base64-bytestring blaze-html>=0.3 hslogger>=1.0.2 html \ + monad-control>=0.3 mtl>=2 network>=2.2.3 parsec \ + sendfile>=0.7.1 syb system-filepath>=0.3.1 text>=0.10 \ + transformers>=0.1.3 transformers-base>=0.4 utf8-string>=0.3.4 \ + xhtml zlib .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-happstack-server/distinfo b/www/hs-happstack-server/distinfo index 56e252de21b1..b584ff61d085 100644 --- a/www/hs-happstack-server/distinfo +++ b/www/hs-happstack-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/happstack-server-6.2.5.tar.gz) = af4a677d641203874821c0545a11879a3a4400f77fcfaba6052196b24744daa4 -SIZE (cabal/happstack-server-6.2.5.tar.gz) = 87132 +SHA256 (cabal/happstack-server-7.0.1.tar.gz) = 126a176c627e38aa62d102957e5a64526510d629d796eccad45aa77d59774c6a +SIZE (cabal/happstack-server-7.0.1.tar.gz) = 91993 |