packages feed

uniform-error-0.1.3: uniform-error.cabal

cabal-version: 2.2

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

name:           uniform-error
version:        0.1.3
synopsis:       Handling errors in the uniform framework
description:    A minimal package to handle errors and exception
                in a simple but flexible way. Includes functions to adapt the prefered method of calling IO with error handling (ErrIO) to the 
                approaches encountered in other packages when writing applications.
                .
                0.1.3 added stack build lts 19.16 for ghc 9.0.2
                .
                Please see the README on GitHub at <https://github.com/andrewufrank/uniform-error/readme>
category:       Error Exception Uniform
bug-reports:    https://github.com/andrewufrank/uniform-error/issues
author:         Andrew Frank
maintainer:     Andrew U. Frank <uniform@gerastree.at>
copyright:      2021 Andrew U. Frank
license:        GPL-2.0-only
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

library
  exposed-modules:
      Uniform.Error
  other-modules:
      Paths_uniform_error
  hs-source-dirs:
      ./
  build-depends:
      base >=4.7 && <5
    , safe
    , transformers
    , uniform-strings >=0.1.3
  default-language: Haskell2010
  autogen-modules: Paths_uniform_error

test-suite error-test
  type: exitcode-stdio-1.0
  main-is: Testing.hs
  other-modules:
      Uniform.Error_test
      Paths_uniform_error
  autogen-modules:
      Paths_uniform_error
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HTF
    , base >=4.7 && <5
    , safe
    , transformers
    , uniform-error
    , uniform-strings >=0.1.3
  default-language: Haskell2010