1
Fork 0

update github project name

This commit is contained in:
Jake Wheat 2013-12-17 23:10:51 +02:00
parent bcd06d1ef9
commit 9ea29c1a0c
3 changed files with 5 additions and 7 deletions

View file

@ -275,8 +275,6 @@ I'm not sure if this is valid syntax or not.
> data Alias = Alias Name (Maybe [Name])
> deriving (Eq,Show,Read)
TODO: add function table ref
> -- | The type of a join.
> data JoinType = JInner | JLeft | JRight | JFull | JCross
> deriving (Eq,Show,Read)

2
README
View file

@ -1,5 +1,5 @@
A parser for SQL queries in Haskell.
Homepage: http://jakewheat.github.io/simple_sql_parser/
Homepage: http://jakewheat.github.io/simple-sql-parser/
Contact: jakewheatmail@gmail.com

View file

@ -1,9 +1,9 @@
name: simple-sql-parser
version: 0.2.0
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/>.
description: A parser for SQL queries. Please see the homepage for more information <http://jakewheat.github.io/simple-sql-parser/>.
homepage: http://jakewheat.github.io/simple_sql_parser/
homepage: http://jakewheat.github.io/simple-sql-parser/
license: BSD3
license-file: LICENSE
author: Jake Wheat
@ -13,11 +13,11 @@ category: Database,Language
build-type: Simple
extra-source-files: README,LICENSE,changelog
cabal-version: >=1.10
bug-reports: https://github.com/JakeWheat/simple_sql_parser/issues
bug-reports: https://github.com/JakeWheat/simple-sql-parser/issues
source-repository head
type: git
location: https://github.com/JakeWheat/simple_sql_parser.git
location: https://github.com/JakeWheat/simple-sql-parser.git
library
exposed-modules: Language.SQL.SimpleSQL.Pretty,