packages feed

collect-errors-0.1.4.1: collect-errors.cabal

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: 08277c279263dce2bad0694059098e8f02e2271dd9c718b7f76f9ab3bddbd18a

name:           collect-errors
version:        0.1.4.1
synopsis:       Error monad with a Float instance
description:    Please see the README on GitHub at <https://github.com/michalkonecny/collect-errors#readme>
category:       Math
homepage:       https://github.com/michalkonecny/collect-errors#readme
bug-reports:    https://github.com/michalkonecny/collect-errors/issues
author:         Michal Konecny
maintainer:     mikkonecny@gmail.com
copyright:      2021 Michal Konecny
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/michalkonecny/collect-errors

library
  exposed-modules:
      Control.CollectErrors
      Control.CollectErrors.PreludeInstances
      Control.CollectErrors.Type
      Numeric.CollectErrors
      Numeric.CollectErrors.PreludeInstances
      Numeric.CollectErrors.Type
  other-modules:
      Paths_collect_errors
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      QuickCheck >=2.7
    , base >=4.7 && <5
    , containers
    , deepseq
  default-language: Haskell2010