aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-checkers
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
commitc731105b7f8e403a3db33599a7d7f1ce9257f375 (patch)
tree23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /devel/hs-checkers
parent32ca3ee61e3889801319024959589312eb652bfa (diff)
Notes
Diffstat (limited to 'devel/hs-checkers')
-rw-r--r--devel/hs-checkers/Makefile5
-rw-r--r--devel/hs-checkers/distinfo4
-rw-r--r--devel/hs-checkers/files/patch-checkers.cabal10
-rw-r--r--devel/hs-checkers/pkg-descr2
4 files changed, 5 insertions, 16 deletions
diff --git a/devel/hs-checkers/Makefile b/devel/hs-checkers/Makefile
index 47db4912bf72..f5f34ab73139 100644
--- a/devel/hs-checkers/Makefile
+++ b/devel/hs-checkers/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= checkers
-PORTVERSION= 0.2.9
-PORTREVISION= 2
+PORTVERSION= 0.3.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -12,7 +11,7 @@ COMMENT= Check properties on standard classes and data structures
LICENSE= BSD
FILE_LICENSE= COPYING
-USE_CABAL= QuickCheck>=2.3
+USE_CABAL= QuickCheck>=2.3 random
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/devel/hs-checkers/distinfo b/devel/hs-checkers/distinfo
index 576d25cc6eb1..d7cf29c0196a 100644
--- a/devel/hs-checkers/distinfo
+++ b/devel/hs-checkers/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/checkers-0.2.9.tar.gz) = fa41e5ec8236ef45d4f45af050ff40924ffea7456ca7e174ddf723afa19e21ff
-SIZE (cabal/checkers-0.2.9.tar.gz) = 14941
+SHA256 (cabal/checkers-0.3.1.tar.gz) = d728c85d7d7d050932d13ab75e29c7f9ea4e3a91e6b025272045ce89e6421e52
+SIZE (cabal/checkers-0.3.1.tar.gz) = 14894
diff --git a/devel/hs-checkers/files/patch-checkers.cabal b/devel/hs-checkers/files/patch-checkers.cabal
deleted file mode 100644
index 09a9d1c47979..000000000000
--- a/devel/hs-checkers/files/patch-checkers.cabal
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./checkers.cabal.orig 2010-12-09 22:21:39.000000000 +0100
-+++ ./checkers.cabal 2011-07-31 16:03:29.000000000 +0200
-@@ -45,6 +45,6 @@
- Test.QuickCheck.Later
- Other-modules:
- Control.Monad.Extensions
-- ghc-options: -Wall -fno-warn-orphans
-+ ghc-options: -Wall -fno-warn-orphans -O0
-
- -- ghc-prof-options: -prof -auto-all
diff --git a/devel/hs-checkers/pkg-descr b/devel/hs-checkers/pkg-descr
index acb8063a8f0f..aa9255c7c280 100644
--- a/devel/hs-checkers/pkg-descr
+++ b/devel/hs-checkers/pkg-descr
@@ -3,4 +3,4 @@ standard Haskell type classes as QuickCheck properties. Also some
morphism properties. It also provides arbitrary instances and
generator combinators for common data types.
-WWW: http://haskell.org/haskellwiki/checkers
+WWW: http://hackage.haskell.org/package/checkers