cabal-version: 1.12

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

name:           error-or-utils
version:        0.1.1
synopsis:       Utilities using ErrorOr datatype
description:    Builds on the error type defined in the error-or package
category:       data,library,testing
homepage:       https://github.com/luntain/error-or-bundle/blob/master/error-or-utils#readme
author:         Kamil Dworakowski
maintainer:     kamil@dworakowski.name
copyright:      2020 Kamil Dworakowski
license:        BSD3
license-file:   LICENSE
tested-with:    GHC==8.0.1, GHC==8.2.2, GHC==8.8.1, GHC==8.8.3, GHC==8.10.2
build-type:     Simple
extra-source-files:
    README.md

library
  exposed-modules:
      Data.ErrorOr.Utils
      Data.ErrorOr.Validation
  other-modules:
      Paths_error_or_utils
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , containers
    , error-or
    , text
  default-language: Haskell2010