th-lift-0.5: th-lift.cabal
Name: th-lift
Version: 0.5
Cabal-Version: >= 1.6
License: OtherLicense
License-File: COPYING
Copyright: Ian Lynagh, 2006
Author: Ian Lynagh
Maintainer: Mathieu Boespflug <mboes@tweag.net>
Synopsis: Derive Template Haskell's Lift class for datatypes.
Description:
Derive Template Haskell's Lift class for datatypes.
Category: Language
Tested-With: GHC==6.12
build-type: Simple
Extra-source-files: BSD3, GPL-2, Changelog, t/Foo.hs, t/Test.hs
Library
Build-Depends: base >= 4 && < 5, template-haskell >= 2.4 && < 2.5
Exposed-modules: Language.Haskell.TH.Lift
Extensions: TemplateHaskell, MagicHash, TypeSynonymInstances
source-repository head
type: git
location: git://github.com/mboes/th-lift