diff options
Diffstat (limited to 'devel/hs-data-pprint/Makefile')
-rw-r--r-- | devel/hs-data-pprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-data-pprint/Makefile b/devel/hs-data-pprint/Makefile index 5935bd598519..bc9aea80728e 100644 --- a/devel/hs-data-pprint/Makefile +++ b/devel/hs-data-pprint/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= data-pprint -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.4.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,7 +9,7 @@ COMMENT= Prettyprint and compare Data values LICENSE= BSD3CLAUSE -USE_CABAL= mtl>=2.0 parallel>=3.1 +USE_CABAL= mtl parallel .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |