- Update to 0.8.0
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
794de608f9
commit
dd5236b577
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298288
4 changed files with 22 additions and 7 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
13
www/hs-heist/files/patch-heist.cabal
Normal file
13
www/hs-heist/files/patch-heist.cabal
Normal file
|
@ -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,
|
|
@ -1,3 +1,3 @@
|
|||
An xhtml templating system.
|
||||
|
||||
WWW: http://snapframework.com/
|
||||
WWW: http://snapframework.com/
|
||||
|
|
Loading…
Reference in a new issue