-- 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.2 synopsis: This package will derive class instance along the data type declaration tree. (Deprecated) description: This package is Deprecated. Please use derive-topdown package. 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