Name: newtype-th Version: 0.3.1 Synopsis: A template haskell deriver to create Control.Newtype instances. Description: Provides a template haskell based mechanism for deriving instances of djahandarie's Control.Newtype class. License: BSD3 License-file: LICENSE Author: Michael Sloan Maintainer: Michael Sloan Homepage: http://github.com/mgsloan/newtype-th Copyright: Michael Sloan 2011 Category: Control Build-type: Simple Extra-source-files: Tests.hs Data-files: README Cabal-version: >=1.6 Bug-Reports: http://github.com/mgsloan/newtype-th/issues Source-Repository head Type: git Location: git://github.com/mgsloan/newtype-th Library Extensions: TemplateHaskell Exposed-modules: Control.Newtype.TH Build-depends: base >= 3.0 && < 6, haskell-src-meta, newtype, syb, template-haskell Ghc-options: -Wall