build-type: Simple cabal-version: >= 1.10 name: exception-hierarchy version: 0.1.0.8 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/exception-hierarchy.git source-repository this type: git location: git://github.com/YoshikuniJujo/test-haskell.git tag: 0.1.0.5 library hs-source-dirs: src exposed-modules: Control.Exception.Hierarchy build-depends: base == 4.*, template-haskell >= 2.18 && < 2.20 ghc-options: -Wall -fno-warn-tabs default-language: Haskell2010