cabal2spec-2.0.0: test/golden-test-cases/type-operators.cabal
name: type-operators
version: 0.1.0.4
synopsis: Various type-level operators
description:
A set of type-level operators meant to be helpful, e.g. ($) and a
tightly binding (->).
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