build-type: Simple cabal-version: >= 1.8 name: exception-hierarchy version: 0.1.0.0 stability: Experimental author: Yoshikuni Jujo maintainer: Yoshikuni Jujo homepage: yet license: BSD3 license-file: LICENSE category: Language synopsis: Exception type hierarchy with TemplateHaskell description: see sample code in samples/ extra-source-files: samples/humanError.hs source-repository head type: git location: git://github.com/YoshikuniJujo/test-haskell.git source-repository this type: git location: git://github.com/YoshikuniJujo/test-haskell.git tag: exception-hierarchy-0.0.0.2 library hs-source-dirs: src exposed-modules: Control.Exception.Hierarchy build-depends: base == 4.*, template-haskell >= 2.12 && < 2.13 ghc-options: -Wall -fno-warn-tabs