cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 5c7eb1f7ff7a738432471ef7d9b9dbf54396a72b20c0dcd3035f3d7842de5144 name: extend-record-data-th version: 0.1.0.1 synopsis: TH to define a new record data type that extends the existing record data type. description: Please see the README on GitHub at category: Data homepage: https://github.com/nakaji-dayo/extend-record-data-th#readme bug-reports: https://github.com/nakaji-dayo/extend-record-data-th/issues author: Daishi Nakajima maintainer: nakaji.dayo@gmail.com copyright: 2019 Daishi Nakajima license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/nakaji-dayo/extend-record-data-th library exposed-modules: Data.Record.Extend other-modules: Paths_extend_record_data_th hs-source-dirs: src build-depends: attoparsec , base >=4.7 && <5 , template-haskell , text default-language: Haskell2010 test-suite extend-record-data-th-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_extend_record_data_th hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: attoparsec , base >=4.7 && <5 , extend-record-data-th , template-haskell , text default-language: Haskell2010