-- derive-IG.cabal auto-generated by cabal init. For additional -- options, see -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. -- The name of the package. Name: derive-IG Version: 0.1 Synopsis: Macro to derive instances for Instant-Generics using Template Haskell Description: Macro to derive instances for Instant-Generics using Template Haskell Homepage: http://github.com/konn/derive-IG License: BSD3 License-file: LICENSE Author: Hiromi ISHII Maintainer: Hiromi ISHII Copyright: (c) 2010 Hiromi ISHII Category: Data, Generics Build-type: Simple Cabal-version: >=1.6 extra-source-files: README example/abstract.hs example/BinEncode.hs example/count.hs Library -- Modules exported by the library. Exposed-modules: Generics.Instant.Derive Build-depends: base == 4.*, template-haskell == 2.4.*, instant-generics >= 0.1 -- Modules not exported by this package. -- Other-modules: -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. -- Build-tools: