aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-activehs-base
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
commit109269205e521bb1d2d87678a391e5adefff88d6 (patch)
tree93f1f9278a9a48902904b7ff4a5ce711c10efe08 /devel/hs-activehs-base
parentad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff)
downloadports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz
ports-109269205e521bb1d2d87678a391e5adefff88d6.zip
Notes
Diffstat (limited to 'devel/hs-activehs-base')
-rw-r--r--devel/hs-activehs-base/Makefile4
-rw-r--r--devel/hs-activehs-base/files/patch-activehs-base.cabal10
2 files changed, 11 insertions, 3 deletions
diff --git a/devel/hs-activehs-base/Makefile b/devel/hs-activehs-base/Makefile
index bc53b5eb445a..2e0dae112f28 100644
--- a/devel/hs-activehs-base/Makefile
+++ b/devel/hs-activehs-base/Makefile
@@ -2,7 +2,7 @@
PORTNAME= activehs-base
PORTVERSION= 0.3.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,8 +10,6 @@ COMMENT= Basic definitions for activehs
LICENSE= BSD
-CABAL_SETUP= Setup.hs
-
USE_CABAL= QuickCheck>=2.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/devel/hs-activehs-base/files/patch-activehs-base.cabal b/devel/hs-activehs-base/files/patch-activehs-base.cabal
new file mode 100644
index 000000000000..395caa6400de
--- /dev/null
+++ b/devel/hs-activehs-base/files/patch-activehs-base.cabal
@@ -0,0 +1,10 @@
+--- ./activehs-base.cabal.orig 2012-09-11 09:56:08.000000000 +0200
++++ ./activehs-base.cabal 2013-05-03 21:25:00.000000000 +0200
+@@ -22,6 +22,6 @@
+ ActiveHs.Base
+ Build-Depends:
+ base >= 4.0 && < 4.7,
+- QuickCheck >= 2.4 && < 2.6
++ QuickCheck >= 2.4 && < 2.7
+
+