mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 4.2.11
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
671a9114da
commit
0956baa9b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298203
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user