name:                type-operators
version:             0.2.0.0
synopsis:            Various type-level operators
description:
    A set of type-level operators meant to be helpful, e.g. ($), a
    tightly binding (->), and the multi-constraint operator (Show <+> [a, b]).
homepage:            https://github.com/Shou/type-operators#readme
license:             BSD3
license-file:        LICENSE
author:              Benedict Aas
maintainer:          x@shou.io
copyright:           (C) 2016 Benedict Aas
category:            Control
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  exposed-modules:     Control.Type.Operator
  build-depends:       base >= 4.7 && < 5,
                       ghc-prim
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/Shou/type-operators