Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-classy-prelude/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= classy-prelude | PORTNAME= classy-prelude | ||||
| PORTVERSION= 1.2.0.1 | PORTVERSION= 1.4.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Typeclass-based Prelude | COMMENT= Typeclass-based Prelude | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= async basic-prelude bifunctors chunked-data dlist \ | USE_CABAL= async basic-prelude bifunctors chunked-data dlist \ | ||||
| exceptions hashable lifted-async lifted-base monad-unlift \ | exceptions hashable lifted-async lifted-base monad-unlift \ | ||||
| mono-traversable mono-traversable-instances mtl \ | mono-traversable mono-traversable-instances mtl \ | ||||
| mutable-containers primitive safe-exceptions say semigroups \ | mutable-containers primitive safe-exceptions say semigroups \ | ||||
| stm stm-chans text time-locale-compat transformers-base \ | stm-chans time-locale-compat transformers-base unliftio \ | ||||
| unordered-containers vector vector-instances | unordered-containers vector vector-instances | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||