diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /math/hs-semigroupoids/Makefile | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) |
Notes
Diffstat (limited to 'math/hs-semigroupoids/Makefile')
-rw-r--r-- | math/hs-semigroupoids/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/math/hs-semigroupoids/Makefile b/math/hs-semigroupoids/Makefile index 92478cf2d94e..d8f91de460ba 100644 --- a/math/hs-semigroupoids/Makefile +++ b/math/hs-semigroupoids/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= semigroupoids -PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTVERSION= 5.0.0.3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +9,12 @@ COMMENT= Semigroupoids: Category sans id LICENSE= BSD3CLAUSE -USE_CABAL= comonad>=4 contravariant>=0.2.0.1 distributive>=0.2.2 \ - semigroups>=0.8.3.1 +USE_CABAL= base-orphans>=0.3 bifunctors>=5.0 comonad>=4.2.6 \ + contravariant>=0.2.0.1 distributive>=0.2.2 \ + semigroups>=0.8.3.1 tagged>=0.7.3 transformers-compat>=0.3 + +FLAGS_ENABLE= containers contravariant distributive comonad tagged +FLAGS_DISABLE= doctests .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |