annihilator-0.1.0.0: annihilator.cabal
name: annihilator
version: 0.1.0.0
synopsis: Semigroups with annihilators and utility functions
description:
Annihilators are semigroups with annihilators and therefore almost act as
the opposite of Alternative. This package comes with the typeclass and
utility functions.
homepage: http://github.com/Shou/annihilator#readme
bug-reports: http://github.com/Shou/annihilator/issues
license: BSD3
license-file: LICENSE
author: Benedict Aas
maintainer: x@shou.io
copyright: 2016 Benedict Aas
category: Control
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
tested-with:
GHC==7.10.3
library
exposed-modules: Control.Annihilator
build-depends: base >= 4.7 && < 5
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/Shou/annihilator