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

name:           preludeplus
version:        0.1.0.1
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:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/jnbooth/preludeplus

library
  exposed-modules:
      PreludePlus.Prelude
      PreludePlus.Unicode
  other-modules:
      Paths_preludeplus
  hs-source-dirs:
      src
  build-depends:
      base >=4.6 && <5
    , containers
  default-language: Haskell2010