mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 1.0.0.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
87da796f6d
commit
4e732023dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298307
@ -6,17 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= yesod-json
|
||||
PORTVERSION= 0.2.3
|
||||
PORTVERSION= 1.0.0.1
|
||||
CATEGORIES= www haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Generate content for Yesod using the aeson package
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= MIT
|
||||
|
||||
USE_CABAL= aeson>=0.3 attoparsec-enumerator>=0.3 blaze-builder \
|
||||
shakespeare-js>=0.10 text>=0.8 transformers>=0.2.2 \
|
||||
unordered-containers vector>=0.9 yesod-core>=0.9
|
||||
USE_CABAL= aeson>=0.5 attoparsec-conduit>=0.4 blaze-builder \
|
||||
conduit>=0.4 safe>=0.2 shakespeare-js>=1.0 text>=0.8 \
|
||||
transformers>=0.2.2 vector>=0.9 wai>=1.2 wai-extra>=1.2 \
|
||||
yesod-core>=1.0 yesod-routes>=1.0
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cabal/yesod-json-0.2.3.tar.gz) = c5637aca8b899ef2865c2cadea8ee825ae0fb62ca16cb1d0c45965dcff2fa72d
|
||||
SIZE (cabal/yesod-json-0.2.3.tar.gz) = 2480
|
||||
SHA256 (cabal/yesod-json-1.0.0.1.tar.gz) = f06e330d9af14f1fb5f55e454da331fbda20f0babaaa4e930faa1f033c490236
|
||||
SIZE (cabal/yesod-json-1.0.0.1.tar.gz) = 3060
|
||||
|
@ -6,16 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= yesod-persistent
|
||||
PORTVERSION= 0.2.2
|
||||
PORTVERSION= 1.0.0.1
|
||||
CATEGORIES= www haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Some helpers for using Persistent from Yesod
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= MIT
|
||||
|
||||
USE_CABAL= failure>=0.1 persistent>=0.6 persistent-template>=0.6 \
|
||||
transformers>=0.2.2 yesod-core>=0.8
|
||||
USE_CABAL= persistent>=0.9 persistent-template>=0.9 transformers>=0.2.2 \
|
||||
yesod-core>=1.0
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cabal/yesod-persistent-0.2.2.tar.gz) = ec90ae9e42c2b7ef70268674c79c19b3f158baebb755780e7f2fd161fd64fb5d
|
||||
SIZE (cabal/yesod-persistent-0.2.2.tar.gz) = 1916
|
||||
SHA256 (cabal/yesod-persistent-1.0.0.1.tar.gz) = bd1214a5944ad8c2ac3b7da360343c6aa9d194ca412505a85f45899e1eb991ec
|
||||
SIZE (cabal/yesod-persistent-1.0.0.1.tar.gz) = 1801
|
||||
|
Loading…
Reference in New Issue
Block a user