packages feed

newtype-th-0.2: newtype-th.cabal

Name:                newtype-th
Version:             0.2
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 <mgsloan at gmail>
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, newtype, haskell-src-meta, template-haskell
  Ghc-options:       -Wall