diff options
Diffstat (limited to 'devel/hs-errors/Makefile')
-rw-r--r-- | devel/hs-errors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-errors/Makefile b/devel/hs-errors/Makefile index a5029c309957..98059612584a 100644 --- a/devel/hs-errors/Makefile +++ b/devel/hs-errors/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= errors -PORTVERSION= 2.0.0 +PORTVERSION= 2.2.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,7 +9,7 @@ COMMENT= Simplified error-handling LICENSE= BSD3CLAUSE -USE_CABAL= safe>=0.3.3 +USE_CABAL= exceptions>=0.6 safe>=0.3.3 transformers-compat unexceptionalio text .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |