aboutsummaryrefslogtreecommitdiff
path: root/math/hs-pointed
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 05:10:22 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 05:10:22 +0000
commit2295987a2168bfd9045699c8f766465b487ad044 (patch)
tree80b6c36df0bbf2d03772df693f971959ec001c99 /math/hs-pointed
parent18a5c1cc0378c7a4de8583552491f74c982101f3 (diff)
downloadports-2295987a2168bfd9045699c8f766465b487ad044.tar.gz
ports-2295987a2168bfd9045699c8f766465b487ad044.zip
Notes
Diffstat (limited to 'math/hs-pointed')
-rw-r--r--math/hs-pointed/Makefile6
-rw-r--r--math/hs-pointed/distinfo4
-rw-r--r--math/hs-pointed/files/patch-pointed.cabal11
3 files changed, 5 insertions, 16 deletions
diff --git a/math/hs-pointed/Makefile b/math/hs-pointed/Makefile
index daa16441ab9a..0b28692d7301 100644
--- a/math/hs-pointed/Makefile
+++ b/math/hs-pointed/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pointed
-PORTVERSION= 2.0
+PORTVERSION= 2.0.3
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
@@ -14,8 +14,8 @@ COMMENT= Haskell 98 pointed and copointed data
LICENSE= BSD
-USE_CABAL= comonad>=1.1.1 comonad-transformers>=2.0 data-default>=0.2.0.1 \
- semigroupoids>=1.2.4 semigroups>=0.7.1 stm>=2.1.2.1 \
+USE_CABAL= comonad>=1.1.1.1 comonad-transformers>=2.0 data-default>=0.2.0.1 \
+ semigroupoids>=1.2.4 semigroups>=0.8 stm>=2.1.2.1 \
transformers>=0.2.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/math/hs-pointed/distinfo b/math/hs-pointed/distinfo
index 7752518127ea..87de5e1e68a2 100644
--- a/math/hs-pointed/distinfo
+++ b/math/hs-pointed/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/pointed-2.0.tar.gz) = 446f9096185e9b110caf9bdcfae738a2c43b28ee1cfc872c363a9ef67b36382e
-SIZE (cabal/pointed-2.0.tar.gz) = 2953
+SHA256 (cabal/pointed-2.0.3.tar.gz) = 5eeffdd2238bcf05ff8cd194efba89a19ca8e4b61e02a8fae43974b57b758337
+SIZE (cabal/pointed-2.0.3.tar.gz) = 2995
diff --git a/math/hs-pointed/files/patch-pointed.cabal b/math/hs-pointed/files/patch-pointed.cabal
deleted file mode 100644
index fbd9ad4d0d72..000000000000
--- a/math/hs-pointed/files/patch-pointed.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./pointed.cabal.orig 2011-08-04 22:03:15.000000000 +0200
-+++ ./pointed.cabal 2011-08-13 12:29:45.000000000 +0200
-@@ -22,7 +22,7 @@
- base >= 4 && < 5,
- transformers >= 0.2.0 && < 0.3,
- containers >= 0.4.0.0 && < 0.5,
-- data-default >= 0.2.0.1 && < 0.3,
-+ data-default >= 0.2.0.1,
- comonad >= 1.1.1 && < 1.2,
- semigroups >= 0.7.1 && < 0.8,
- semigroupoids >= 1.2.4 && < 1.3,