string-typelits-0.1.0.0: string-typelits.cabal
-- Initial string-typelits.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: string-typelits
version: 0.1.0.0
category: Data
synopsis: Type-level Chars and Strings, with decidable equality.
license: BSD3
license-file: LICENSE
author: Kyle Carter
maintainer: kylcarte@indiana.edu
copyright: (c) 2016 Kyle Carter, all rights reserved
build-type: Simple
homepage: https://github.com/kylcarte/string-typelits
cabal-version: >=1.10
Source-Repository head
type: git
location: git://github.com/kylcarte/string-typelits.git
library
exposed-modules:
Data.Type.String
build-depends:
base >=4.8 && <4.9,
template-haskell,
type-combinators >=0.2.2.1,
type-combinators-quote
hs-source-dirs: src
default-language: Haskell2010