diff options
Diffstat (limited to 'devel/hs-mmorph/Makefile')
-rw-r--r-- | devel/hs-mmorph/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hs-mmorph/Makefile b/devel/hs-mmorph/Makefile index 1cc5678b0db2..7c258f7710d9 100644 --- a/devel/hs-mmorph/Makefile +++ b/devel/hs-mmorph/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mmorph -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.0 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,5 +9,7 @@ COMMENT= Monad morphisms LICENSE= BSD3CLAUSE +USE_CABAL= mtl transformers-compat + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |