diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2008-07-18 20:05:17 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2008-07-18 20:05:17 +0000 |
commit | f5d876d7f61e1f4eef9a90ff37bf526f1e0abf49 (patch) | |
tree | 860c4fa4084e1f9caab1b9cf2f29f2a127094ec9 /graphics/hs-HGL | |
parent | Added my targeting info. (diff) |
Upgrade ghc to 6.8.3.
Notes
Notes:
svn path=/head/; revision=217059
Diffstat (limited to 'graphics/hs-HGL')
-rw-r--r-- | graphics/hs-HGL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hs-HGL/Makefile b/graphics/hs-HGL/Makefile index 63ef5d51a315..fb10870940cc 100644 --- a/graphics/hs-HGL/Makefile +++ b/graphics/hs-HGL/Makefile @@ -7,6 +7,7 @@ PORTNAME= HGL PORTVERSION= 3.2.0.0 +PORTREVISION= 1 CATEGORIES= graphics haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -18,7 +19,7 @@ COMMENT= A simple graphics library based on X11 or Win32 BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ hs-x11-ghc>=1.2.1:${PORTSDIR}/x11/hs-x11-ghc -GHC_VERSION= 6.8.2 +GHC_VERSION= 6.8.3 CABAL_CMD= ${LOCALBASE}/bin/runghc Setup.hs |