haskell-relational-record/names-th/names-th.cabal

34 lines
1.1 KiB
Plaintext
Raw Normal View History

name: names-th
2015-11-30 17:26:11 +03:00
version: 0.2.0.1
synopsis: Manipulate name strings for TH
2013-05-30 12:59:45 +04:00
description: This package includes functions to manipulate name string
and extra library functions for Template Haskell.
2014-12-13 07:37:12 +03:00
homepage: http://khibino.github.io/haskell-relational-record/
license: BSD3
license-file: LICENSE
author: Kei Hibino
maintainer: ex8k.hibino@gmail.com
copyright: Copyright (c) 2013 Kei Hibino
category: Development
build-type: Simple
cabal-version: >=1.10
library
exposed-modules:
Language.Haskell.TH.Name.CamelCase
Language.Haskell.TH.Lib.Extra
2015-04-21 10:47:05 +03:00
build-depends: base <5, containers, template-haskell
hs-source-dirs: src
2013-05-29 19:44:40 +04:00
ghc-options: -Wall
2014-12-09 20:34:36 +03:00
default-language: Haskell2010
2014-12-09 20:34:36 +03:00
source-repository head
type: git
location: https://github.com/khibino/haskell-relational-record
source-repository head
type: mercurial
location: https://bitbucket.org/khibino/haskell-relational-record