2013-05-07 12:22:06 +04:00
|
|
|
name: names-th
|
2015-11-30 17:26:11 +03:00
|
|
|
version: 0.2.0.1
|
2013-05-02 21:45:07 +04:00
|
|
|
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/
|
2013-05-02 21:45:07 +04:00
|
|
|
license: BSD3
|
|
|
|
license-file: LICENSE
|
|
|
|
author: Kei Hibino
|
|
|
|
maintainer: ex8k.hibino@gmail.com
|
|
|
|
copyright: Copyright (c) 2013 Kei Hibino
|
|
|
|
category: Development
|
|
|
|
build-type: Simple
|
2014-12-10 06:30:10 +03:00
|
|
|
cabal-version: >=1.10
|
2013-05-02 21:45:07 +04:00
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules:
|
2013-05-07 11:59:30 +04:00
|
|
|
Language.Haskell.TH.Name.CamelCase
|
2013-05-16 14:03:46 +04:00
|
|
|
Language.Haskell.TH.Lib.Extra
|
2015-04-21 10:47:05 +03:00
|
|
|
build-depends: base <5, containers, template-haskell
|
2013-05-02 21:45:07 +04:00
|
|
|
hs-source-dirs: src
|
2013-05-29 19:44:40 +04:00
|
|
|
ghc-options: -Wall
|
2014-12-09 20:34:36 +03:00
|
|
|
|
2014-12-10 06:30:10 +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
|