-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: f369062e9ac1cf050933e34fc5a2d736938479840b371eafdb2b8d0830825bf7 name: safe-foldable version: 0.1.0.0 synopsis: Safe wrappers for null-partial Foldable operations homepage: https://github.com/tejon/safe-foldable#readme bug-reports: https://github.com/tejon/safe-foldable/issues author: Theodore Lief Gannon maintainer: tanuki@gmail.com copyright: 2018 Theodore Lief Gannon license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/tejon/safe-foldable library exposed-modules: Data.Foldable.Safe other-modules: Paths_safe_foldable hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 default-language: Haskell2010