diff options
Diffstat (limited to 'devel/hs-exceptions/Makefile')
-rw-r--r-- | devel/hs-exceptions/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-exceptions/Makefile b/devel/hs-exceptions/Makefile index 383bf7f826b3..04af10620e39 100644 --- a/devel/hs-exceptions/Makefile +++ b/devel/hs-exceptions/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exceptions -PORTVERSION= 0.8.0.2 +PORTVERSION= 0.8.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,7 +9,7 @@ COMMENT= Extensible optionally-pure exceptions LICENSE= BSD3CLAUSE -USE_CABAL= mtl>=2.0 stm>=2.2 transformers-compat>=0.3 +USE_CABAL= mtl stm transformers-compat .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |