name: constraints-extras
version: 0.3.0.1
synopsis: Utility package for constraints
description: Convenience functions and TH for working with constraints. See <https://github.com/obsidiansystems/constraints-extras/blob/develop/README.md README.md> for example usage.
category: Constraints
license: BSD3
license-file: LICENSE
author: Cale Gibbard, Ali Abrar
maintainer: maintainer@obsidian.systems
copyright: Obsidian Systems LLC
build-type: Simple
cabal-version: >=2.0
extra-source-files: README.md
ChangeLog.md
library
exposed-modules: Data.Constraint.Extras
, Data.Constraint.Extras.TH
, Data.Constraint.Compose
other-modules: Data.Constraint.Flip
other-extensions: LambdaCase
, MultiParamTypeClasses
, QuasiQuotes
, TypeFamilies
, TypeOperators
, ConstraintKinds
, TemplateHaskell
build-depends: base >=4.9 && <4.13
, constraints >= 0.9 && < 0.11
, template-haskell >=2.11 && <2.15
hs-source-dirs: src
default-language: Haskell2010
executable readme
build-depends: base >=4.9 && <4.13
, aeson
, constraints >= 0.9 && < 0.11
, constraints-extras
main-is: README.lhs
ghc-options: -Wall -optL -q
default-language: Haskell2010
source-repository head
type: git
location: git://github.com/obsidiansystems/constraints-extras.git