cabal-version: 1.12 name: exception-via version: 0.1.0.0 description: Please see the README on GitHub at synopsis: DerivingVia for your hierarchical exceptions homepage: https://github.com/parsonsmatt/exception-via#readme bug-reports: https://github.com/parsonsmatt/exception-via/issues author: Matt Parsons maintainer: parsonsmatt@gmail.com copyright: 2020 Matt Parsons license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/parsonsmatt/exception-via library exposed-modules: ExceptionVia other-modules: Paths_exception_via hs-source-dirs: src build-depends: base >=4.7 && <5 , template-haskell default-language: Haskell2010