diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 05:55:05 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 05:55:05 +0800 |
commit | 94f39b53f8872e8c31d0da5a021116e632bc12aa (patch) | |
tree | d92bf8b25c011fe2a236278a6f7e605eaa529943 /devel/hs-syb | |
parent | 476712a5af303d0d739c749d407dfd71adb798a5 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-syb/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-syb/pkg-descr | 11 |
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 |