cabal-version: 1.12 name: record-wrangler version: 0.1.0.0 synopsis: Alter your records with ease description: Please see the README on GitHub at homepage: https://github.com/parsonsmatt/record-wrangler#readme bug-reports: https://github.com/parsonsmatt/record-wrangler/issues author: Matt Parsons maintainer: parsonsmatt@gmail.com copyright: 2019 Matt Parsons license: BSD3 license-file: LICENSE build-type: Simple category: Development extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/parsonsmatt/record-wrangler library exposed-modules: RecordWrangler hs-source-dirs: src build-depends: base >=4.11 && <5 , template-haskell default-language: Haskell2010 test-suite record-wrangler-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_record_wrangler hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , record-wrangler default-language: Haskell2010