packages feed

newtype-th-0.3.2: newtype-th.cabal

Name:                newtype-th
Version:             0.3.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:        CPP, TemplateHaskell
  Exposed-modules:   Control.Newtype.TH
  Build-depends:     base             >= 3.0   && < 6,
                     haskell-src-meta >= 0.0.4 && < 0.6,
                     newtype          >= 0.1   && < 0.3,
                     syb,
                     template-haskell >= 2.4   && < 2.8
  Ghc-options:       -Wall