typedquery 0.1.1 → 0.1.1.1
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- typedquery.cabal +3/−3
typedquery.cabal view
@@ -2,15 +2,15 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: typedquery-version: 0.1.1+version: 0.1.1.1 synopsis: Parser for SQL augmented with types-description: Base package for parsing queries+description: Base package for parsing queries, the idea is to use SQL language to write queries, and TH to make them usable with haskell homepage: https://github.com/tolysz/typedquery license: BSD3 license-file: LICENSE author: Marcin Tolysz maintainer: tolysz@gmail.com-copyright: ©2014-2015 Marcin Tolysz+copyright: ©2014-2018 Marcin Tolysz category: Database build-type: Simple extra-source-files: README.md