Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-resourcet/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= resourcet | PORTNAME= resourcet | ||||
| PORTVERSION= 1.1.9 | PORTVERSION= 1.2.1 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Deterministic allocation and freeing of scarce resources | COMMENT= Deterministic allocation and freeing of scarce resources | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= exceptions lifted-base mmorph monad-control mtl \ | USE_CABAL= exceptions lifted-base mmorph monad-control mtl \ | ||||
| transformers-base transformers-compat | primitive transformers-base transformers-compat \ | ||||
| unliftio-core | |||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||