aboutsummaryrefslogtreecommitdiff
path: root/math/hs-pointed
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
commitcc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch)
treea6a0dfa4f440949889fc7b609c83f74555f6894e /math/hs-pointed
parent5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff)
downloadports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz
ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip
Notes
Diffstat (limited to 'math/hs-pointed')
-rw-r--r--math/hs-pointed/Makefile12
-rw-r--r--math/hs-pointed/distinfo4
-rw-r--r--math/hs-pointed/pkg-descr2
3 files changed, 8 insertions, 10 deletions
diff --git a/math/hs-pointed/Makefile b/math/hs-pointed/Makefile
index 14bd5b91873a..c7bc75c95173 100644
--- a/math/hs-pointed/Makefile
+++ b/math/hs-pointed/Makefile
@@ -1,18 +1,16 @@
# $FreeBSD$
PORTNAME= pointed
-PORTVERSION= 3.0.2
-PORTREVISION= 6
+PORTVERSION= 4.1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Haskell 98 pointed and copointed data
+COMMENT= Pointed and copointed data
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
-USE_CABAL= comonad>=3 comonad-transformers>=3 data-default>=0.4 \
- semigroupoids>=3.0 semigroups>=0.8.3.1 stm>=2.1.2.1 \
- transformers>=0.2
+USE_CABAL= comonad>=4 data-default-class>=0.0.1 semigroupoids>=4 \
+ semigroups>=0.8.3.1 stm>=2.1.2.1 tagged>=0.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/math/hs-pointed/distinfo b/math/hs-pointed/distinfo
index 25262b978d4b..8ca86b115641 100644
--- a/math/hs-pointed/distinfo
+++ b/math/hs-pointed/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/pointed-3.0.2.tar.gz) = 10c6aae5d0d18ae10c7901a07b6dc53eb340eaa84eca2265f04aea3a4a27e8d8
-SIZE (cabal/pointed-3.0.2.tar.gz) = 3084
+SHA256 (cabal/pointed-4.1.tar.gz) = cf4cb662ea5d3ebdcc42ab953b92dcfb4571a579e0ec193e5ed084ae03b580d0
+SIZE (cabal/pointed-4.1.tar.gz) = 3232
diff --git a/math/hs-pointed/pkg-descr b/math/hs-pointed/pkg-descr
index 1a41b00150b8..3b3775c01d1f 100644
--- a/math/hs-pointed/pkg-descr
+++ b/math/hs-pointed/pkg-descr
@@ -1,3 +1,3 @@
-Haskell 98 pointed and copointed data.
+Pointed and copointed data.
WWW: http://github.com/ekmett/pointed/