prepare for the github project name rename to be the same as the haskage package
This commit is contained in:
parent
6ab941312b
commit
02e8452f8c
|
@ -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
|
14
TODO
14
TODO
|
@ -1,6 +1,16 @@
|
|||
next release:
|
||||
|
||||
rename the github project to use - instead of underscores
|
||||
update changelog
|
||||
|
||||
rename the github project to use - instead of underscores, update
|
||||
docs, etc., update website and upload new hackage version close
|
||||
together
|
||||
check new website
|
||||
do release
|
||||
change old simple_sql_parser project to just point to new location
|
||||
+ web site point to new
|
||||
|
||||
|
||||
next release:
|
||||
|
||||
add to website: pretty printed tpch, maybe other queries as
|
||||
demonstration
|
||||
|
|
|
@ -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