1
Fork 0
Find a file
Jake Wheat b23f3aaa07 Merge pull request #10 from hanjoosten/master
Relax dependency of base
2016-06-10 09:39:51 +03:00
Language/SQL/SimpleSQL add comments to statement syntax 2016-02-22 23:28:59 +02:00
tools use explicit data type for sign in interval literals 2016-02-22 23:25:00 +02:00
website rename ValueExpr to ScalarExpr 2016-02-22 23:24:25 +02:00
.gitignore add .stack-work to gitignore 2016-02-13 15:40:26 +02:00
changelog rename ValueExpr to ScalarExpr 2016-02-22 23:24:25 +02:00
LICENSE fix to work on ghc 7.8.4, 7.6.3, plus small tweaks 2015-08-01 21:13:37 +03:00
Makefile add happy to the makefile 2016-02-12 11:59:55 +02:00
README fix link to website 2015-08-08 20:07:44 +03:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal Relax dependency of base, to enable use of stack in combination of GHC 8. 2016-06-07 11:02:59 +02:00
stack.yaml add stack.yaml 2016-02-13 11:40:33 +02:00
TODO add comments to statement syntax 2016-02-22 23:28:59 +02:00

A parser for SQL queries in Haskell.

Homepage: http://jakewheat.github.io/simple-sql-parser/latest

Contact: jakewheatmail@gmail.com