diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2019-01-06 12:18:06 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2019-01-06 12:18:06 +0000 |
commit | e2c3fdc1fdeca1ffbdfef680e3e712ddc2e7e06f (patch) | |
tree | ec6e8ffeefbf83bfc231412c2c7a6b883ecd5bd8 /math/hs-comonad/Makefile | |
parent | e8d137116e2942f75f1fed8f603384210db17ec0 (diff) |
Notes
Diffstat (limited to 'math/hs-comonad/Makefile')
-rw-r--r-- | math/hs-comonad/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile index c27d6d7102fc..cdd94231780f 100644 --- a/math/hs-comonad/Makefile +++ b/math/hs-comonad/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= comonad -PORTVERSION= 5.0.3 +PORTVERSION= 5.0.4 PORTREVISION= 1 CATEGORIES= math haskell @@ -10,8 +10,7 @@ COMMENT= Comonads LICENSE= BSD3CLAUSE -USE_CABAL= contravariant>=0.2.0.1 distributive>=0.2.2 semigroups>=0.8.3.1 \ - tagged>=0.1 +USE_CABAL= distributive>=0.2.2 semigroups>=0.8.3.1 tagged>=0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |