Update to 4.2.27
CHANGES: 4.2.27 Rewrite how "hoogle data" works #45, if you are building all, also depend on default #47, switch to using Shake to build the recipes Add a dependency on Shake ( #47 => https://github.com/ndmitchell/hoogle/issues/47 ) ( #45 => https://github.com/ndmitchell/hoogle/issues/45 )
This commit is contained in:
parent
9360146a87
commit
454732e8d2
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/12/10 13:39:33 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2014/01/02 09:29:29 szptvlfn Exp $
|
||||
|
||||
DISTNAME= hoogle-4.2.26
|
||||
DISTNAME= hoogle-4.2.27
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= devel #haskell
|
||||
|
||||
|
@ -20,6 +20,7 @@ LICENSE= modified-bsd
|
|||
.include "../../wip/hs-parsec/buildlink3.mk"
|
||||
.include "../../wip/hs-random/buildlink3.mk"
|
||||
.include "../../wip/hs-safe/buildlink3.mk"
|
||||
.include "../../wip/hs-shake/buildlink3.mk"
|
||||
.include "../../wip/hs-tagsoup/buildlink3.mk"
|
||||
.include "../../wip/hs-text/buildlink3.mk"
|
||||
.include "../../wip/hs-transformers/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2013/12/10 13:39:33 szptvlfn Exp $
|
||||
$NetBSD: distinfo,v 1.4 2014/01/02 09:29:29 szptvlfn Exp $
|
||||
|
||||
SHA1 (hoogle-4.2.26.tar.gz) = 738b7ee000fef95c992684bde1caf3a12eea4842
|
||||
RMD160 (hoogle-4.2.26.tar.gz) = b5b12cc2e61a2630175d17b0cdb7f66d23ccdef6
|
||||
Size (hoogle-4.2.26.tar.gz) = 124216 bytes
|
||||
SHA1 (hoogle-4.2.27.tar.gz) = 0469137734d5b2538bfed6fa49d8ca668647023b
|
||||
RMD160 (hoogle-4.2.27.tar.gz) = 920115568c759f1f1c2a057b15e440229c5ef0fd
|
||||
Size (hoogle-4.2.27.tar.gz) = 126312 bytes
|
||||
|
|
Loading…
Reference in a new issue