diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:55:05 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:55:05 +0000 |
commit | c778b1b6ec757ebc5868c563dc2928ae7060e856 (patch) | |
tree | 77ca3c320e8bda5c219c520166f8738f5558d06a /devel/hs-syb | |
parent | f0f5edd13f80187b2c46a0deb367c063eb26f834 (diff) |
- Update to 0.3.6.1
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=298213
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 |