diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:45:26 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:45:26 +0000 |
commit | 106c7b5bdb96212a4d6f4747837014e502ea2c38 (patch) | |
tree | 40939ed122648e1425fcc158d50a326a6d35c0a5 /www/hs-snap | |
parent | f3a5983bf954fc9714a268c3d46f865f47331be5 (diff) | |
download | ports-106c7b5bdb96212a4d6f4747837014e502ea2c38.tar.gz ports-106c7b5bdb96212a4d6f4747837014e502ea2c38.zip |
Notes
Diffstat (limited to 'www/hs-snap')
-rw-r--r-- | www/hs-snap/Makefile | 16 | ||||
-rw-r--r-- | www/hs-snap/distinfo | 4 |
2 files changed, 9 insertions, 11 deletions
diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile index d40b0b181df0..36be45dd669c 100644 --- a/www/hs-snap/Makefile +++ b/www/hs-snap/Makefile @@ -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 diff --git a/www/hs-snap/distinfo b/www/hs-snap/distinfo index be4e92d30ceb..09d588d63a5d 100644 --- a/www/hs-snap/distinfo +++ b/www/hs-snap/distinfo @@ -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 |