name: nonempty-alternative
version: 0.4.0
synopsis: NonEmpty for Alternative types
description: This package extends @NonEmpty@ from @semigroups@ for
arbitrary @Alternative@ types.
homepage: http://github.com/guaraqe/nonempty-alternative#readme
license: BSD3
license-file: LICENSE
author: guaraqe
maintainer: guaraqe@openmailbox.org
copyright: 2016 guaraqe
category: Data
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.NonEmpty
build-depends: base >= 4.7 && < 5
, semigroups >= 0.18
, comonad >= 4.2
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/guaraqe/nonempty-alternative