Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-either/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= either | PORTNAME= either | ||||
| PORTVERSION= 4.4.1.1 | PORTVERSION= 5 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Either monad transformer | COMMENT= Either monad transformer | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= bifunctors exceptions free mmorph monad-control \ | USE_CABAL= bifunctors exceptions free mmorph monad-control \ | ||||
| MonadRandom mtl profunctors semigroupoids semigroups \ | MonadRandom mtl profunctors semigroupoids semigroups \ | ||||
| transformers-base | transformers-base | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||