packages feed

control-bool-0.1: control-bool.cabal

name:                control-bool
version:             0.1
synopsis:            Useful combinators for boolean expressions
description:         
homepage:            https://github.com/fumieval/control-bool
bug-reports:         https://github.com/fumieval/control-bool/issues
license:             BSD3
license-file:        LICENSE
author:              Fumiaki Kinoshita
maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>
copyright:           Copyright (C) 2012-2013 Fumiaki Kinoshita
category:            Control
build-type:          Simple
stability:           experimental
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://github.com/fumieval/control-bool.git

library
  default-language:   Haskell2010
  exposed-modules: Control.Bool
  ghc-options: -Wall

  build-depends: base == 4.*