diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:06:08 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:06:08 +0000 |
commit | 6abe80a51d8201ab4c90dd4b77744357b47bf861 (patch) | |
tree | 5f7f8edc1dbc16ad426ddc55c3c1a2f9a41d7f9e /math/hs-comonad/Makefile | |
parent | e16a7f5d330c36d91a2d5e491debcd1093d01f88 (diff) |
Notes
Diffstat (limited to 'math/hs-comonad/Makefile')
-rw-r--r-- | math/hs-comonad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile index 7ab9999e3b67..a79145b7fea3 100644 --- a/math/hs-comonad/Makefile +++ b/math/hs-comonad/Makefile @@ -6,7 +6,7 @@ # PORTNAME= comonad -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.1.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Haskell 98 comonads LICENSE= BSD -USE_CABAL= semigroups>=0.7.1 transformers>=0.2.0 +USE_CABAL= semigroups>=0.8 transformers>=0.2.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |