NOTICE: This package has been removed from pkgsrc

./wip/hs-syb, Haskell Scrap Your Boilerplate Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.4.1, Package name: hs-syb-0.4.1, Maintainer: pho

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.


Required to run:
[wip/ghc]

Master sites:

SHA1: 3bd53266e8ddb1c1c31edadb7e2bf905dbcadd39
RMD160: 4ed2329f3c915adb91fb5b1f6b3735e219d1fdd6
Filesize: 37.792 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-21 23:04:42 by Ryosuke Moro | Files touched by this commit (97) | Package removed
Log message:
Remove hs-network, imported to pkgsrc/net.
Remove hs-random, hs-syb, imported to pkgsrc/devel.
Remove hs-x11, imported to pkgsrc/x11.
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2013-10-26 01:29:18 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.4.1

changes:
0.4.1
 - Fix testsuite for newer GHCs (fixes #23)
0.4.0
 - Both Typeable1 and Typeable2 are simply Typeable for GHC v7.7 and up
 - Update test outputs wrt Typeable changes
 - Use Cabal's support for test suites
 - Use LANGUAGE pragmas instead of OPTIONS_GHC/Cabal extensions, add .ghci
 - Fix compile errors in test suite
   2013-03-02 14:23:36 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to syb-0.3.7

   2012-02-11 05:44:54 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to syb-0.3.6

   2011-10-03 14:20:48 by PHO / phonohawk | Files touched by this commit (2) | Package updated
Log message:
Upstream update to syb-0.3.3

   2011-07-08 10:54:06 by PHO / phonohawk | Files touched by this commit (2) | Package updated
Log message:
Upstream update to syb-0.3.2

   2010-12-30 08:24:05 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-syb-0.3 as wip/hs-syb.

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.