name: ghc-generic-instances version: 0.1.0.0 synopsis: Derived instances of GHC.Generic of the GHC AST -- description: homepage: https://github.com/alanz/ghc-generic-instances license: PublicDomain license-file: LICENSE author: Alan Zimmerman maintainer: alan.zimm@gmail.com -- copyright: category: Development build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Language.Haskell.GHC.GenericInstances -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9 , ghc hs-source-dirs: src default-language: Haskell2010