aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-HaXml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-HaXml/Makefile')
-rw-r--r--textproc/hs-HaXml/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile
index ea3a62316af0..a3df09ce5e2a 100644
--- a/textproc/hs-HaXml/Makefile
+++ b/textproc/hs-HaXml/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= haxml
-PORTVERSION= 1.12
+PORTVERSION= 1.13
CATEGORIES= textproc haskell
MASTER_SITES= http://www.haskell.org/HaXml/ \
ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/
@@ -15,8 +15,6 @@ DISTNAME= HaXml-${PORTVERSION}
MAINTAINER= haskell@FreeBSD.org
COMMENT= A collection of utilities for using Haskell and XML together
-BROKEN= "Not compatible with latest GHC yet"
-
USE_REINPLACE= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
@@ -97,7 +95,7 @@ post-patch:
post-install:
.if defined(WITH_GHC)
- @${INSTALL_DATA} ${WRKSRC}/obj/ghc/pkg.conf \
+ @${INSTALL_DATA} ${WRKSRC}/obj/ghc/HaXml.pkgconf \
${PREFIX}/lib/ghc-${GHC_VERSION}/imports/HaXml/
@${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old
.endif