packages feed

constraint-classes-0.5: constraint-classes.cabal

name:
  constraint-classes
version:
  0.5
synopsis:
  Various typeclasses using ConstraintKinds
description:
  Please see README.md
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,
    constraints,
    transformers
  default-language:
    Haskell2010

source-repository head
  type:
    git
  location:
    https://github.com/guaraqe/constraint-classes