diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-04 05:50:01 +0800 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-04 05:50:01 +0800 |
commit | 0956baa9b60f148760e85e3d787c520f5fce0f56 (patch) | |
tree | 874f15be02b86022e0f1c1c42d8e9e87da967538 /devel/hs-hoogle | |
parent | 671a9114da85f1ae07b607b43cae62d92e7478e7 (diff) | |
download | freebsd-ports-gnome-0956baa9b60f148760e85e3d787c520f5fce0f56.tar.gz freebsd-ports-gnome-0956baa9b60f148760e85e3d787c520f5fce0f56.tar.zst freebsd-ports-gnome-0956baa9b60f148760e85e3d787c520f5fce0f56.zip |
- Update to 4.2.11
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-hoogle')
-rw-r--r-- | devel/hs-hoogle/Makefile | 12 | ||||
-rw-r--r-- | devel/hs-hoogle/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-hoogle/pkg-descr | 7 |
3 files changed, 13 insertions, 10 deletions
diff --git a/devel/hs-hoogle/Makefile b/devel/hs-hoogle/Makefile index f0abdf36856b..d1660de3aba7 100644 --- a/devel/hs-hoogle/Makefile +++ b/devel/hs-hoogle/Makefile @@ -6,19 +6,21 @@ # PORTNAME= hoogle -PORTVERSION= 4.2.8 +PORTVERSION= 4.2.11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Haskell API Search LICENSE= GPLv2 +FILE_LICENSE= docs/LICENSE CABAL_SETUP= Setup.hs -USE_CABAL= binary blaze-builder>=0.2 case-insensitive>=0.2 cmdargs>=0.7 \ - enumerator>=0.4 haskell-src-exts>=1.9 http-types>=0.6 \ - parsec>=2.1 safe tagsoup>=0.11 transformers>=0.2 uniplate>=1.6 \ - wai>=0.4 warp>=0.4 + +USE_CABAL= blaze-builder>=0.2 case-insensitive>=0.2 cmdargs>=0.7 \ + conduit>=0.2 haskell-src-exts>=1.12 http-types parsec>=2.1 \ + random safe tagsoup>=0.11 transformers>=0.2 uniplate wai>=1.1 \ + warp>=1.1 EXECUTABLE= hoogle diff --git a/devel/hs-hoogle/distinfo b/devel/hs-hoogle/distinfo index c9e093aaaa24..6b3d849751a7 100644 --- a/devel/hs-hoogle/distinfo +++ b/devel/hs-hoogle/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hoogle-4.2.8.tar.gz) = 2991e531eb799828648bce16679e9c155e490e8b7a626fd94d33b79edb82818c -SIZE (cabal/hoogle-4.2.8.tar.gz) = 115054 +SHA256 (cabal/hoogle-4.2.11.tar.gz) = 2dbed43057d1a4091c8218e28ebb2d5f2bced7912f94c7fd4e1ae1212946e054 +SIZE (cabal/hoogle-4.2.11.tar.gz) = 115155 diff --git a/devel/hs-hoogle/pkg-descr b/devel/hs-hoogle/pkg-descr index 580f3a626271..9daa8c9e53f7 100644 --- a/devel/hs-hoogle/pkg-descr +++ b/devel/hs-hoogle/pkg-descr @@ -1,4 +1,5 @@ -Hoogle is a Haskell API search engine, which allows you to search many standard -Haskell libraries by either function name, or by approximate type signature. +Hoogle is a Haskell API search engine, which allows you to search many +standard Haskell libraries by either function name, or by approximate type +signature. -WWW: http://www.haskell.org/hoogle/ +WWW: http://www.haskell.org/hoogle/ |