name: constraint version: 0.1.4.0 x-revision: 1 synopsis: Reified constraints -- description: license: BSD3 license-file: LICENSE author: M Farkas-Dyck maintainer: m.farkasdyck@gmail.com -- copyright: category: Constraint build-type: Simple cabal-version: >=1.10 library exposed-modules: Data.Constraint , Data.Constraint.Compose , Data.Constraint.Lifting , Data.Constraint.Product -- other-modules: -- other-extensions: build-depends: base >=4.10 && <5 , category >=0.1.2 && <0.3 , unconstrained >=0.1 && <0.2 -- hs-source-dirs: default-language: Haskell2010 default-extensions: UnicodeSyntax , TypeOperators , RankNTypes , PolyKinds , ConstraintKinds , MultiParamTypeClasses , FlexibleInstances , GADTs , StandaloneDeriving source-repository head type: git location: https://github.com/strake/constraint.hs