aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-syb
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 05:55:05 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 05:55:05 +0800
commit94f39b53f8872e8c31d0da5a021116e632bc12aa (patch)
treed92bf8b25c011fe2a236278a6f7e605eaa529943 /devel/hs-syb
parent476712a5af303d0d739c749d407dfd71adb798a5 (diff)
downloadfreebsd-ports-gnome-94f39b53f8872e8c31d0da5a021116e632bc12aa.tar.gz
freebsd-ports-gnome-94f39b53f8872e8c31d0da5a021116e632bc12aa.tar.zst
freebsd-ports-gnome-94f39b53f8872e8c31d0da5a021116e632bc12aa.zip
- Update to 0.3.6.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-syb')
-rw-r--r--devel/hs-syb/Makefile2
-rw-r--r--devel/hs-syb/distinfo4
-rw-r--r--devel/hs-syb/pkg-descr11
3 files changed, 8 insertions, 9 deletions
diff --git a/devel/hs-syb/Makefile b/devel/hs-syb/Makefile
index f348ca970b9b..0a29ec992593 100644
--- a/devel/hs-syb/Makefile
+++ b/devel/hs-syb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= syb
-PORTVERSION= 0.3.3
+PORTVERSION= 0.3.6.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/devel/hs-syb/distinfo b/devel/hs-syb/distinfo
index a953cc56840b..641fdd820fab 100644
--- a/devel/hs-syb/distinfo
+++ b/devel/hs-syb/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/syb-0.3.3.tar.gz) = 0124565a665d25da200f05dac0a8bb2c51b8c8cd7257cfa0123866f5edea534b
-SIZE (cabal/syb-0.3.3.tar.gz) = 38410
+SHA256 (cabal/syb-0.3.6.1.tar.gz) = 646cfc8feaa2625bbac94675ee51256de69ebfcf35d760cbfa39aaeda132dff7
+SIZE (cabal/syb-0.3.6.1.tar.gz) = 38422
diff --git a/devel/hs-syb/pkg-descr b/devel/hs-syb/pkg-descr
index 9c7caf28f94b..84962484b5e0 100644
--- a/devel/hs-syb/pkg-descr
+++ b/devel/hs-syb/pkg-descr
@@ -1,7 +1,6 @@
-This package contains the generics system described in the /Scrap Your
-Boilerplate/ papers (see <http://www.cs.uu.nl/wiki/GenericProgramming/SYB>).
-It defines the "Data" class of types permitting folding and unfolding
-of constructor applications, instances of this class for primitive
-types, and a variety of traversals.
+This package contains the generics system described in the "Scrap Your
+Boilerplate" papers. It defines the "Data" class of types permitting
+folding and unfolding of constructor applications, instances of this
+class for primitive types, and a variety of traversals.
-WWW: http://www.cs.uu.nl/wiki/GenericProgramming/SYB
+WWW: http://www.cs.uu.nl/wiki/GenericProgramming/SYB