update github project name
This commit is contained in:
parent
bcd06d1ef9
commit
9ea29c1a0c
|
@ -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
2
README
|
@ -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
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue