@hackage newtype-th0.3.3
A template haskell deriver to create Control.Newtype instances.
Categories
License
BSD-3-Clause
Maintainer
Michael Sloan <mgsloan at gmail>
Links
Versions
Installation
Dependencies (5)
- base >=3.0 && <6
- haskell-src-meta >=0.0.4 && <0.6
- newtype >=0.1 && <0.3
- syb
- template-haskell >=2.4 && <2.8 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/specialize-th
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.