typedquery 0.1.1.1 → 0.1.1.2
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- typedquery.cabal +2/−2
typedquery.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: typedquery-version: 0.1.1.1+version: 0.1.1.2 synopsis: Parser for SQL augmented with types 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@@ -10,7 +10,7 @@ license-file: LICENSE author: Marcin Tolysz maintainer: tolysz@gmail.com-copyright: ©2014-2018 Marcin Tolysz+copyright: ©2014-2019 Marcin Tolysz category: Database build-type: Simple extra-source-files: README.md