simple-sql-parser 0.3.0 → 0.3.1
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- changelog +2/−0
- simple-sql-parser.cabal +4/−4
changelog view
@@ -1,3 +1,5 @@+0.3.1 (commit 5cba9a1cac19d66166aed2876d809aef892ff59f)+ update to work with ghc 7.8.1 0.3.0 (commit 9e75fa93650b4f1a08d94f4225a243bcc50445ae) fix the basic operator fixity parsing swap the order in select item abstract syntax so it is now
simple-sql-parser.cabal view
@@ -1,5 +1,5 @@ name: simple-sql-parser-version: 0.3.0+version: 0.3.1 synopsis: A parser for SQL queries description: A parser for SQL queries. Please see the homepage for more information <http://jakewheat.github.io/simple-sql-parser/>. @@ -28,7 +28,7 @@ Language.SQL.SimpleSQL.Parser, Language.SQL.SimpleSQL.Syntax other-extensions: TupleSections- build-depends: base >=4.6 && <4.7,+ build-depends: base >=4.6 && <5, parsec >=3.1 && <3.2, mtl >=2.1 && <2.2, pretty >= 1.1 && < 1.2@@ -40,7 +40,7 @@ type: exitcode-stdio-1.0 main-is: RunTests.lhs hs-source-dirs: .,tools- Build-Depends: base >=4.6 && <4.7,+ Build-Depends: base >=4.6 && <5, parsec >=3.1 && <3.2, mtl >=2.1 && <2.2, pretty >= 1.1 && < 1.2,@@ -72,7 +72,7 @@ executable SQLIndent main-is: SQLIndent.lhs hs-source-dirs: .,tools- Build-Depends: base >=4.6 && <4.7,+ Build-Depends: base >=4.6 && <5, parsec >=3.1 && <3.2, mtl >=2.1 && <2.2, pretty >= 1.1 && < 1.2,