-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: f55dae8d67d5460e15eb0ff2f407d2c336439b95b1e21c8573a1458bb40350fd name: error-context version: 0.1.2.0 synopsis: Provides API for enriching errors with contexts description: Please see the README on Github at category: Control, Error Handling homepage: https://github.com/mtesseract/error-context#readme bug-reports: https://github.com/mtesseract/error-context/issues author: Moritz Clasmeier maintainer: mtesseract@silverratio.net copyright: (c) 2018 Moritz Clasmeier license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/mtesseract/error-context library hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , exceptions , monad-logger , mtl , resourcet , safe-exceptions , text , unliftio-core exposed-modules: Control.Error.Context other-modules: Paths_error_context default-language: Haskell2010 test-suite error-context-tests type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -Wall -g -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , error-context , exceptions , monad-logger , mtl , resourcet , safe-exceptions , tasty , tasty-hunit , text , unliftio-core other-modules: Control.Error.Context.Test Paths_error_context default-language: Haskell2010