name: constraint-classes
version: 0.2.0
synopsis: Prelude classes using ConstraintKinds
description: Please see README.org
homepage: http://github.com/guaraqe/constraint-classes#readme
license: BSD3
license-file: LICENSE
author: guaraqe
maintainer: guaraqe@openmailbox.org
copyright: 2016 guaraqe
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Control.ConstraintClasses
build-depends: base >= 4.7 && < 5
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/guaraqe/constraint-classes