diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:39:54 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:39:54 +0000 |
commit | 794de608f94763856aa7cebc6a74d0ce4c6c361f (patch) | |
tree | de51cf38e04970b842b686b69eeab37db930ac35 /www | |
parent | 1f9e0d5c5c7087e62b01a8dba6f31e61f7867a81 (diff) |
Notes
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 |