2013-04-24 15:38:42 +04:00
|
|
|
name: sql-words
|
|
|
|
version: 0.0.1.0
|
|
|
|
synopsis: Simple idea SQL keywords data constructor into OverloadedString
|
2013-05-30 13:45:14 +04:00
|
|
|
description: This package contiains SQL keywords constructors defined as
|
|
|
|
OverloadedString literals and helper functions to concate these.
|
2013-04-24 15:38:42 +04:00
|
|
|
homepage: http://twitter.com/khibino
|
|
|
|
license: BSD3
|
|
|
|
license-file: LICENSE
|
|
|
|
author: Kei Hibino
|
|
|
|
maintainer: ex8k.hibino@gmail.com
|
|
|
|
copyright: Copyright (c) 2013 Kei Hibino
|
|
|
|
category: Database
|
|
|
|
build-type: Simple
|
|
|
|
cabal-version: >=1.8
|
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules:
|
2013-05-17 10:40:00 +04:00
|
|
|
Language.SQL.Keyword.Type
|
|
|
|
Language.SQL.Keyword.Concat
|
2013-05-17 13:29:50 +04:00
|
|
|
Language.SQL.Keyword
|
2013-05-17 14:17:50 +04:00
|
|
|
Language.SQL.Keyword.ConcatString
|
2013-04-24 15:38:42 +04:00
|
|
|
|
|
|
|
build-depends: base <5
|
|
|
|
hs-source-dirs: src
|
2013-05-29 19:44:40 +04:00
|
|
|
ghc-options: -Wall
|