newtype-th: A template haskell deriver to create Control.Newtype instances.

[ bsd3, control, library, template-haskell ] [ Propose Tags ]

Provides a template haskell based mechanism for deriving instances of djahandarie's Control.Newtype class.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3
Dependencies base (>=3.0 && <6), haskell-src-meta (>=0.0.4 && <0.6), newtype (>=0.1 && <0.3), syb, template-haskell (>=2.4 && <2.8) [details]
License BSD-3-Clause
Copyright Michael Sloan 2011
Author Michael Sloan
Maintainer Michael Sloan <mgsloan at gmail>
Category Control, Template Haskell
Home page http://github.com/mgsloan/newtype-th
Bug tracker http://github.com/mgsloan/newtype-th/issues
Source repo head: git clone git://github.com/mgsloan/newtype-th
Uploaded by MichaelSloan at 2012-07-19T17:33:40Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 4810 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for newtype-th-0.3.3

[back to package description]
http://hackage.haskell.org/package/newtype-th

Provides a template haskell based mechanism for
deriving instances of djahandarie's Control.Newtype class.

To build / install:

chmod ugo+x Setup.hs
./Setup.hs configure --user
./Setup.hs build
./Setup.hs install

See the haddock or Control/Newtype/TH.hs for documentation.