NOTICE: This package has been removed from pkgsrc

./wip/hs-derive, Program and library to derive instances for data types

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


Branch: CURRENT, Version: 2.5.16, Package name: hs-derive-2.5.16, Maintainer: pho

Data.Derive is a library and a tool for deriving instances for Haskell
programs. It is designed to work with custom derivations, SYB and
Template Haskell mechanisms. The tool requires GHC, but the generated
code is portable to all compilers. We see this tool as a competitor to
DrIFT.


Required to run:
[wip/ghc] [devel/hs-transformers] [devel/hs-syb] [devel/hs-uniplate] [devel/hs-haskell-src-exts]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: e27cd59ecc9babc2fea480de9dc0f0150baa7daf
RMD160: 19efb812407ed0fc5eb6d078153e09c4203e6793
Filesize: 60.017 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-28 19:49:31 by Ryosuke Moro | Files touched by this commit (11)
Log message:
Remove hs-haskell-src-exts, imported to pkgsrc/devel.
   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-07-26 23:52:51 by Ryosuke Moro | Files touched by this commit (14)
Log message:
Remove hs-uniplate, imported to pkgsrc/devel.
   2014-06-29 00:09:37 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 2.5.16

CHANGES:
2.5.16
    Allow transformers-0.4 and above
   2014-05-21 23:04:42 by Ryosuke Moro | Files touched by this commit (97)
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-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110)
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
   2014-04-26 11:32:28 by Ryosuke Moro | Files touched by this commit (2)
Log message:
pkgsrc changes:
 - remove dependency on `text`, it does not need for now.
   2014-04-25 15:29:30 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 2.5.15

CHANGES:
2.5.15
    Allow haskell-src-exts-1.15.*
2.5.14
    #3, support GHC 7.9
#3 => https://github.com/ndmitchell/derive/pull/3