diff options
Diffstat (limited to 'devel/hs-monad-par-extras')
-rw-r--r-- | devel/hs-monad-par-extras/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/hs-monad-par-extras/Makefile b/devel/hs-monad-par-extras/Makefile index f340c073cfbe..2fb1914caa64 100644 --- a/devel/hs-monad-par-extras/Makefile +++ b/devel/hs-monad-par-extras/Makefile @@ -2,7 +2,7 @@ PORTNAME= monad-par-extras PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +10,6 @@ COMMENT= Combinators and extra features for Par monads LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= abstract-par>=0.3 cereal>=0.3 mtl>=2.0 random>=1.0 \ transformers>=0.2 |