Bump after ghc ABI change

This commit is contained in:
kili 2010-08-02 21:16:15 +00:00
parent b0e9093dcc
commit feeec7a294
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/07/17 13:54:30 kili Exp $
# $OpenBSD: Makefile,v 1.21 2010/08/02 21:16:15 kili Exp $
COMMENT-main = documentation-generation tool for Haskell libraries
COMMENT-lib = haddock library
@ -7,6 +7,7 @@ DISTNAME = haddock-2.7.2
PKGNAME-main = ${DISTNAME}
REVISION-main = 3
PKGNAME-lib = hs-${DISTNAME}
REVISION-lib = 0
CATEGORIES = devel
HOMEPAGE = http://www.haskell.org/haddock/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/07/17 13:56:14 kili Exp $
# $OpenBSD: Makefile,v 1.7 2010/08/02 21:16:15 kili Exp $
COMMENT = automatic testing of Haskell programs
DISTNAME = QuickCheck-2.1.0.3
REVISION = 3
REVISION = 4
CATEGORIES = devel
HOMEPAGE = http://www.cs.chalmers.se/~koen