diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:48:06 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:48:06 +0800 |
commit | 83cbcc50f62f989989dab0fc30d7fa686a59270d (patch) | |
tree | 7c7117d0d3d74e2c05159db46b05069843ef251b /www | |
parent | 09e98c3feb4755876b31f68159f2231b0595b70d (diff) | |
download | freebsd-ports-gnome-83cbcc50f62f989989dab0fc30d7fa686a59270d.tar.gz freebsd-ports-gnome-83cbcc50f62f989989dab0fc30d7fa686a59270d.tar.zst freebsd-ports-gnome-83cbcc50f62f989989dab0fc30d7fa686a59270d.zip |
- Update to 0.7
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-snap/Makefile | 17 | ||||
-rw-r--r-- | www/hs-snap/distinfo | 4 |
2 files changed, 13 insertions, 8 deletions
diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile index b30fa8291fa1..d40b0b181df0 100644 --- a/www/hs-snap/Makefile +++ b/www/hs-snap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= snap -PORTVERSION= 0.5.2 +PORTVERSION= 0.7 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -16,11 +16,16 @@ LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= attoparsec>=0.8.0.2 blaze-builder>=0.2.1.4 bytestring-nums \ - cereal>=0.3 directory-tree>=0.10 dlist>=0.5 enumerator>=0.4.13.1 \ - heist>=0.5 hint>=0.3.3.1 MonadCatchIO-transformers>=0.2.1 \ - mtl>=2 snap-core>=0.5.2 snap-server>=0.5.2 text>=0.11 \ - unix-compat zlib +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 \ + utf8-string>=0.3 vector>=0.7.1 vector-algorithms>=0.4 \ + xmlhtml>=0.1 EXECUTABLE= snap diff --git a/www/hs-snap/distinfo b/www/hs-snap/distinfo index 80660931b49b..be4e92d30ceb 100644 --- a/www/hs-snap/distinfo +++ b/www/hs-snap/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/snap-0.5.2.tar.gz) = 8883127dbe9f3b55888bbb5169d8264d87b50931dfa507ef495a57811b6de4a7 -SIZE (cabal/snap-0.5.2.tar.gz) = 29938 +SHA256 (cabal/snap-0.7.tar.gz) = 737726a2e85d81ea5477946ea1bb5550f7a452288de421cef8a99523b2a3cd9b +SIZE (cabal/snap-0.7.tar.gz) = 63744 |