packages feed

boolean-like-0.1.1.0: boolean-like.cabal

name:                boolean-like
version:             0.1.1.0
synopsis:            Logical combinatory operations dealing with datatypes
                     representing booleans by their constructors.
description:
    Boolean-like logical combinatory operations under typeclasses
    Andlike, Orlike, and Xorlike and a typeclass Falsifier for datatypes with
    unary false-like values (e.g. Nothing, []).
homepage:            http://github.com/Shou/boolean-like
bug-reports:         http://github.com/Shou/boolean-like/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:     Combinator.Booly
  build-depends:       attoparsec, base >= 4.7 && < 5, bytestring, containers,
                       semigroups, text, vector
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/Shou/boolean-like