packages feed

nonempty-alternative-0.3.0: nonempty-alternative.cabal

name:                nonempty-alternative
version:             0.3.0
synopsis:            NonEmpty for Alternative types
description:         Please see README.md
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