- Update to 1.0.1.2

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 22:53:03 +00:00
parent 47099ee1d0
commit a7561a3f46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298305
3 changed files with 15 additions and 14 deletions

View file

@ -6,24 +6,25 @@
#
PORTNAME= yesod-core
PORTVERSION= 0.9.4.1
PORTVERSION= 1.0.1.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Creation of type-safe, RESTful web applications
LICENSE= BSD
LICENSE= MIT
USE_CABAL= aeson>=0.3 blaze-builder>=0.2.1.4 blaze-html>=0.4.1.3 \
USE_CABAL= aeson>=0.5 blaze-builder>=0.2.1.4 blaze-html>=0.4 \
case-insensitive>=0.2 cereal>=0.3 clientsession>=0.7.3.1 \
cookie>=0.3 data-object>=0.3 data-object-yaml>=0.3 \
enumerator>=0.4.8 failure>=0.1 fast-logger>=0.0.1 \
hamlet>=0.10.6 http-types>=0.6.5 monad-control>=0.2 \
parsec>=2 path-pieces>=0.0 shakespeare>=0.10 \
shakespeare-css>=0.10.5 shakespeare-i18n \
shakespeare-js>=0.10.4 text>=0.7 transformers>=0.2.2 \
transformers-base>=0.4 vector>=0.9 wai>=0.4 wai-extra>=0.4.1 \
wai-logger>=0.0.1
conduit>=0.4 cookie>=0.4 failure>=0.2 fast-logger>=0.0.2 \
hamlet>=1.0 http-types>=0.6.5 lifted-base>=0.1 \
monad-control>=0.3 parsec>=2 path-pieces>=0.1 random>=1.0.0.2 \
resourcet>=0.3 shakespeare>=1.0 shakespeare-css>=1.0 \
shakespeare-i18n>=1.0 shakespeare-js>=1.0 text>=0.7 \
transformers>=0.2.2 transformers-base>=0.4 vector>=0.9 wai>=1.2 \
wai-extra>=1.2 wai-logger>=0.0.1 yesod-routes>=1.0
CONFIGURE_ARGS+= --flags="-blaze_html_0_5"
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (cabal/yesod-core-0.9.4.1.tar.gz) = e65b3731e2d3c4618f74b6901043e729690c541e7373f473ecea72a81b621d11
SIZE (cabal/yesod-core-0.9.4.1.tar.gz) = 42308
SHA256 (cabal/yesod-core-1.0.1.2.tar.gz) = dfc05e399a0855930b3bbc0a2b0c2793d0ba5e900b442592643368b13bf02ab1
SIZE (cabal/yesod-core-1.0.1.2.tar.gz) = 38371

View file

@ -1,5 +1,5 @@
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness. It
application that have strong compile-time guarantees of correctness. It
also affords space efficient code and portability to many deployment
backends, from CGI to stand-alone serving.