Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-free/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= free | PORTNAME= free | ||||
| PORTVERSION= 4.12.4 | PORTVERSION= 5.0.1 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Monads for free | COMMENT= Monads for free | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= bifunctors>=4 comonad>=4 distributive>=0.2.1 exceptions>=0.6 \ | USE_CABAL= bifunctors>=4 comonad>=4 distributive>=0.2.1 exceptions>=0.6 \ | ||||
| mtl>=2.0.1.0 prelude-extras>=0.4 profunctors>=4 \ | mtl>=2.0.1.0 prelude-extras>=0.4 profunctors>=4 \ | ||||
| semigroupoids>=4 semigroups>=0.8.3.1 | semigroupoids>=4 semigroups>=0.8.3.1 transformers-base | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||