packages feed

type-combinators-quote-0.1.0.1: type-combinators-quote.cabal

name:                type-combinators-quote
version:             0.1.0.1
synopsis:            Quasiquoters for the 'type-combinators' package.
license:             BSD3
license-file:        LICENSE
author:              Kyle Carter
maintainer:          kylcarte@gmail.com
copyright:           (c) 2015 Kyle Carter, all rights reserved
category:            Data
build-type:          Simple
cabal-version:       >=1.10
homepage: https://github.com/kylcarte/type-combinators-quote

Source-Repository head
    type: git
    location: git://github.com/kylcarte/type-combinators-quote.git

library
  exposed-modules:
    Data.Type.Quote
    Data.Type.Fin.Quote
    Data.Type.Index.Quote
    Data.Type.Product.Quote
    Data.Type.Sym.Quote
    Data.Type.Nat.Quote
  build-depends:
    base >=4.8 && <4.9,
    type-combinators >=0.2,
    template-haskell,
    haskell-src-meta
  hs-source-dirs:      src
  default-language:    Haskell2010