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: 7bf0425f189848e2370d0cab1f8335a5386e11e6f03271d1faafe460c97204ff name: collect-errors version: 0.1.0.0 synopsis: Error monad with a Float instance description: Please see the README on GitHub at 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 default-language: Haskell2010