packages feed

error-context-0.1.0.0: error-context.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 73e6d19a6c9cb2896dc6e9b9b7465b7a556008ed26855c87123649feea1d426b

name:           error-context
version:        0.1.0.0
synopsis:       Provides API for enriching errors with contexts
description:    Please see the README on Github at <https://github.com/mtesseract/error-context#readme>
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
    , either
    , 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
    , either
    , 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