NOTICE: This package has been removed from pkgsrc

./wip/hs-generic-deriving, Generic programming library for generalised deriving

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


Branch: CURRENT, Version: 1.6.2, Package name: hs-generic-deriving-1.6.2, Maintainer: szptvlfn

This package provides functionality for generalising the deriving mechanism
in Haskell to arbitrary classes. It was first described in the paper:

A generic deriving mechanism for Haskell. Jose Pedro Magalhaes,
Atze Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10.

The current implementation integrates with the new GHC Generics. See
http://www.haskell.org/haskellwiki/GHC.Generics for more information.
Template Haskell code is provided for supporting GHC before version 7.2.


Required to run:
[wip/ghc]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: cd32777e2367bebf4cb5d454ed0d3d7381f985fb
RMD160: f82d2826c047f624ce64d92e5c0b0c50464581c8
Filesize: 24.672 KB

Version history: (Expand)


CVS history: (Expand)


   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-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2013-09-28 03:39:17 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 1.6.2

changes:
1.6.2
 - Documentation
   2013-08-31 06:51:52 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 1.6.1

changes:
1.6.1
  - version 1.6 --> 1.6.1
1.6
  - Disable |Generic1 f => GCopoint f| instance
  - Add generic Copoint
  - Merge pull request https://github.com/dreixel/generic-deriving/issues/9
      Minor modifications for building with latest Template-Haskell 2.9
   2013-04-12 22:24:15 by Ryosuke Moro | Files touched by this commit (5)
Log message:
This package provides functionality for generalising the deriving mechanism
in Haskell to arbitrary classes. It was first described in the paper:

  A generic deriving mechanism for Haskell. Jose Pedro Magalhaes,
  Atze Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10.

The current implementation integrates with the new GHC Generics. See
http://www.haskell.org/haskellwiki/GHC.Generics for more information.
Template Haskell code is provided for supporting GHC before version 7.2.