-- Initial standalone-derive-topdown.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: standalone-derive-topdown version: 0.0.0.1 synopsis: This package will derive class instance along the data type declaration tree. description: For a very complex composited data type, you just need to write one deriving declaration instead of writing deriving for each of them. Please see the example in Readme file. You need to use GHC 7.10 or higher GHC version. homepage: https://github.com/HaskellZhangSong/TopdownDerive license: MIT license-file: LICENSE author: songzh maintainer: Haskell.Zhang.Song@hotmail.com -- copyright: stability: experimental category: Development build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Derive.TopDown.StandaloneDerive -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9, template-haskell >= 2.10 , mtl >= 2.2.1 hs-source-dirs: src default-language: Haskell2010