diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile index 347347b00b7d..21a212a4b7af 100644 --- a/www/hs-heist/Makefile +++ b/www/hs-heist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= heist -PORTVERSION= 0.7.0.1 +PORTVERSION= 0.8.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -15,9 +15,11 @@ COMMENT= An (x)html templating system LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= attoparsec>=0.10 blaze-builder>=0.2 directory-tree \ - MonadCatchIO-transformers>=0.2.1 mtl>=2.0 text>=0.10 \ - transformers xmlhtml>=0.1 + +USE_CABAL= aeson>=0.6 attoparsec>=0.10 blaze-builder>=0.2 \ + blaze-html>=0.4 directory-tree MonadCatchIO-transformers>=0.2.1 \ + mtl>=2.0 random text>=0.10 transformers \ + unordered-containers>=0.1.4 vector>=0.9 xmlhtml>=0.1.6 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/www/hs-heist/distinfo b/www/hs-heist/distinfo index f290ebcaf2e0..debf87f985e3 100644 --- a/www/hs-heist/distinfo +++ b/www/hs-heist/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/heist-0.7.0.1.tar.gz) = 51155789d481a7673a6c5e3912259fc0d7672840841fe121472c83786ad313c2 -SIZE (cabal/heist-0.7.0.1.tar.gz) = 36375 +SHA256 (cabal/heist-0.8.0.tar.gz) = d5ebe258fc9102a3f997f54c06f273cde4890a9f16f3bd737f6184bf6a05343c +SIZE (cabal/heist-0.8.0.tar.gz) = 38261 diff --git a/www/hs-heist/files/patch-heist.cabal b/www/hs-heist/files/patch-heist.cabal new file mode 100644 index 000000000000..293b888d50f9 --- /dev/null +++ b/www/hs-heist/files/patch-heist.cabal @@ -0,0 +1,13 @@ +--- ./heist.cabal.orig 2012-03-16 19:55:22.000000000 +0100 ++++ ./heist.cabal 2012-05-12 22:49:58.000000000 +0200 +@@ -94,8 +94,8 @@ + directory, + directory-tree, + filepath, +- MonadCatchIO-transformers >= 0.2.1 && < 0.3, +- mtl >= 2.0 && < 2.1, ++ MonadCatchIO-transformers >= 0.2.1 && < 0.4, ++ mtl >= 2.0 && < 2.2, + process, + random, + text >= 0.10 && < 0.12, diff --git a/www/hs-heist/pkg-descr b/www/hs-heist/pkg-descr index 7dccb35001b5..b5ef886b98a5 100644 --- a/www/hs-heist/pkg-descr +++ b/www/hs-heist/pkg-descr @@ -1,3 +1,3 @@ An xhtml templating system. -WWW: http://snapframework.com/ +WWW: http://snapframework.com/