Name: th-lift Version: 0.5.3 Cabal-Version: >= 1.6 License: OtherLicense License-File: COPYING Copyright: Ian Lynagh, 2006 Author: Ian Lynagh Maintainer: Mathieu Boespflug 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 Exposed-modules: Language.Haskell.TH.Lift Extensions: CPP, TemplateHaskell, MagicHash, TypeSynonymInstances Hs-Source-Dirs: src Build-Depends: base >= 3 && < 5 if impl(ghc < 6.12) Build-Depends: packedstring == 0.1.*, template-haskell >= 2.2 && < 2.4 else Build-Depends: template-haskell >= 2.4 && < 2.6 source-repository head type: git location: git://github.com/mboes/th-lift