packages feed

constraint-manip-0.1.0.0: constraint-manip.cabal

name:                 constraint-manip
version:              0.1.0.0
synopsis:             Some conviencience type functions for manipulating constraints.
description:
  This package contains some useful classes for creating and combining constraints of one variable.
  The documentation of module has more detail.
homepage:
author:               Clinton Mead
maintainer:           clintonmead@gmail.com
category:             Control
license: MIT
license-file: LICENSE
copyright: Clinton Mead (2017)
build-type:           Simple
tested-with: GHC == 8.0.2
cabal-version:        >=1.10
bug-reports: https://github.com/clintonmead/constraint-manip/issues

source-repository head
  type: git
  location: https://github.com/clintonmead/constraint-manip.git


library
  exposed-modules: Control.ConstraintManip
  build-depends:        base == 4.9.*, indextype == 0.2.*
  hs-source-dirs:       src
  default-language:     Haskell2010