-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 9883d2f0420f25df79f68bc5363784b5d76f005187fbdc30b550a52c25341c29 name: preludeplus version: 0.1.0.4 synopsis: Generalizes List functions and replaces partials with NonEmpty equivalents. description: Generalizes List functions to MonadPlus etc. and replaces partials and group(By) with NonEmpty equivalents. category: Prelude homepage: https://github.com/jnbooth/preludeplus#readme bug-reports: https://github.com/jnbooth/preludeplus/issues author: Joshua Booth maintainer: joshua.n.booth@gmail.com copyright: 2018 Joshua Booth license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/jnbooth/preludeplus library exposed-modules: PreludePlus PreludePlus.Unicode other-modules: Paths_preludeplus hs-source-dirs: src build-depends: base >=4.6 && <5 , containers default-language: Haskell2010