category: Generics copyright: (c) 2011 Universiteit Utrecht, 2012 University of Oxford name: instant-generics version: 0.3.5 license: BSD3 license-file: LICENSE author: José Pedro Magalhães maintainer: generics@haskell.org synopsis: Generic programming library with a sum of products view description: This is a generic programming library based on type classes and type families first described by Chakravarty et al. (see ). The current release implements the extensions to support indexed datatypes described in: . * José Pedro Magalhães and Johan Jeuring. /Generic Programming for Indexed Datatypes./ Draft version, 2011. stability: experimental build-type: Simple homepage: http://www.cs.uu.nl/wiki/GenericProgramming/InstantGenerics cabal-version: >= 1.6 tested-with: GHC == 6.8.3, GHC == 6.10.4, GHC == 6.12.1, GHC == 7.0.2 extra-source-files: examples/GMapAssoc.hs examples/Test.hs source-repository head type: git location: https://github.com/dreixel/instant-generics library hs-source-dirs: src build-depends: base >= 3.0 && < 5, template-haskell >= 2.4 && < 3, containers < 0.5, syb < 0.4 exposed-modules: Generics.Instant, Generics.Instant.Base, Generics.Instant.TH, Generics.Instant.Instances, Generics.Instant.Functions, Generics.Instant.Functions.Show, Generics.Instant.Functions.Empty, Generics.Instant.Functions.Eq ghc-options: -Wall