cabal-version:      1.12
name:               exception-via
version:            0.2.0.0
description:
  Please see the README on GitHub at <https://github.com/parsonsmatt/exception-via#readme>

category:           Exceptions
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:
  ChangeLog.md
  README.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  >=2.9.0.0 && <2.21

  default-language: Haskell2010