- Update to 0.8.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
f3a5983bf9
commit
106c7b5bdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298294
4 changed files with 21 additions and 24 deletions
|
@ -6,24 +6,23 @@
|
|||
#
|
||||
|
||||
PORTNAME= snap-core
|
||||
PORTVERSION= 0.7.0.1
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= www haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Snap: A Haskell Web Framework (Core)
|
||||
COMMENT= Snap: A Haskell Web Framework (core interfaces and types)
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
USE_CABAL= attoparsec>=0.10 attoparsec-enumerator>=0.3 \
|
||||
base16-bytestring blaze-builder>=0.2.1.4 \
|
||||
blaze-builder-enumerator>=0.2 bytestring-nums \
|
||||
case-insensitive>=0.3 deepseq>=1.1 dlist>=0.5 \
|
||||
enumerator>=0.4.13.1 HUnit>=1.2 \
|
||||
MonadCatchIO-transformers>=0.2.1 mtl>=2.0 \
|
||||
mwc-random>=0.10 regex-posix text>=0.11 transformers>=0.2 \
|
||||
unix-compat>=0.2 unordered-containers>=0.1.4.3 vector>=0.6 \
|
||||
zlib-enum>=0.2.1
|
||||
|
||||
USE_CABAL= attoparsec>=0.10 attoparsec-enumerator>=0.3 base16-bytestring \
|
||||
blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \
|
||||
bytestring-nums case-insensitive>=0.3 dlist>=0.5 \
|
||||
enumerator>=0.4.15 HUnit>=1.2 MonadCatchIO-transformers>=0.2.1 \
|
||||
mtl>=2.0 mwc-random>=0.10 regex-posix text>=0.11 \
|
||||
transformers>=0.2 unix-compat>=0.2 \
|
||||
unordered-containers>=0.1.4.3 vector>=0.6 zlib-enum>=0.2.1
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cabal/snap-core-0.7.0.1.tar.gz) = e9b2a4924ed80031d1e0b9a5d7e3a1b5dd831eaf5990819040e453c5991f1c04
|
||||
SIZE (cabal/snap-core-0.7.0.1.tar.gz) = 84601
|
||||
SHA256 (cabal/snap-core-0.8.1.tar.gz) = 2b740731c14a7c41d5e912297ed859899715a7f595bd13e5df3810f153fb2487
|
||||
SIZE (cabal/snap-core-0.8.1.tar.gz) = 88998
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= snap
|
||||
PORTVERSION= 0.7
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= www haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
@ -16,14 +16,12 @@ LICENSE= BSD
|
|||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
USE_CABAL= aeson>=0.4 attoparsec>=0.10 cereal>=0.3 \
|
||||
clientsession>=0.7.3.6 configurator>=0.1 Crypto>=4.2 \
|
||||
data-lens>=0.2.0.1 data-lens-template>=2.1 \
|
||||
directory-tree>=0.10 hashable>=1.1 heist>=0.7 \
|
||||
logict>=0.4.2 MonadCatchIO-transformers>=0.2 mtl>2.0 \
|
||||
mwc-random>=0.8 pwstore-fast>=2.2 safe>=0.3 skein>=0.1.0.3 \
|
||||
snap-core>=0.7 snap-server>=0.7 stm>=2.2 syb>=0.1 \
|
||||
text>=0.11 transformers>=0.2 unordered-containers>=0.1.4 \
|
||||
USE_CABAL= aeson>=0.6 attoparsec>=0.10 cereal>=0.3 clientsession>=0.7.3.6 \
|
||||
configurator>=0.1 data-lens>=2.0.1 data-lens-template>=2.1 \
|
||||
directory-tree>=0.10 hashable>=1.1 heist>=0.7 logict>=0.4.2 \
|
||||
MonadCatchIO-transformers>=0.2 mtl>2.0 mwc-random>=0.8 \
|
||||
pwstore-fast>=2.2 snap-core>=0.8.1 snap-server>=0.8.1 stm>=2.2 \
|
||||
syb>=0.1 text>=0.11 transformers>=0.2 unordered-containers>=0.1.4 \
|
||||
utf8-string>=0.3 vector>=0.7.1 vector-algorithms>=0.4 \
|
||||
xmlhtml>=0.1
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cabal/snap-0.7.tar.gz) = 737726a2e85d81ea5477946ea1bb5550f7a452288de421cef8a99523b2a3cd9b
|
||||
SIZE (cabal/snap-0.7.tar.gz) = 63744
|
||||
SHA256 (cabal/snap-0.8.1.tar.gz) = 94a3b37856b8d6acacaf563280d3f738cded828f4f296484f5668a5476f6abec
|
||||
SIZE (cabal/snap-0.8.1.tar.gz) = 76665
|
||||
|
|
Loading…
Reference in a new issue