1
Fork 0

update some package versions

This commit is contained in:
Jake Wheat 2018-09-22 11:37:13 +01:00
parent 9631a3d1ba
commit 00433a26e8
2 changed files with 8 additions and 6 deletions

View file

@ -32,6 +32,8 @@
app(something)} and {oj t1 left outer join ... } app(something)} and {oj t1 left outer join ... }
rename ValueExpr -> ScalarExpr (I think scalar expression is rename ValueExpr -> ScalarExpr (I think scalar expression is
slightly less incorrect) slightly less incorrect)
0.4.4
tested with ghc 8.2.1 and 8.4.3
0.4.3 0.4.3
tested with ghc 8.0.2 and 8.2.1 tested with ghc 8.0.2 and 8.2.1
0.4.1 (commit c156c5c34e91e1f7ef449d2c1ea14e282104fd90) 0.4.1 (commit c156c5c34e91e1f7ef449d2c1ea14e282104fd90)

View file

@ -56,8 +56,8 @@ Test-Suite Tests
parsec >=3.1 && <3.2, parsec >=3.1 && <3.2,
mtl >=2.1 && <2.3, mtl >=2.1 && <2.3,
pretty >= 1.1 && < 1.2, pretty >= 1.1 && < 1.2,
tasty >= 0.10 && < 0.12, tasty >= 1.1 && < 1.2,
tasty-hunit >= 0.9 && < 0.10 tasty-hunit >= 0.9 && < 0.11
Other-Modules: Language.SQL.SimpleSQL.Pretty, Other-Modules: Language.SQL.SimpleSQL.Pretty,
Language.SQL.SimpleSQL.Parse, Language.SQL.SimpleSQL.Parse,
@ -99,7 +99,7 @@ executable SimpleSqlParserTool
parsec >=3.1 && <3.2, parsec >=3.1 && <3.2,
mtl >=2.1 && <2.3, mtl >=2.1 && <2.3,
pretty >= 1.1 && < 1.2, pretty >= 1.1 && < 1.2,
pretty-show >= 1.6 && < 1.7 pretty-show >= 1.6 && < 1.9
other-extensions: TupleSections,DeriveDataTypeable other-extensions: TupleSections,DeriveDataTypeable
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -Wall ghc-options: -Wall
@ -115,9 +115,9 @@ executable Fixity
parsec >=3.1 && <3.2, parsec >=3.1 && <3.2,
mtl >=2.1 && <2.3, mtl >=2.1 && <2.3,
pretty >= 1.1 && < 1.2, pretty >= 1.1 && < 1.2,
pretty-show >= 1.6 && < 1.7, pretty-show >= 1.6 && < 1.9,
tasty >= 0.10 && < 0.12, tasty >= 1.1 && < 1.2,
tasty-hunit >= 0.9 && < 0.10 tasty-hunit >= 0.9 && < 0.11
other-extensions: TupleSections,DeriveDataTypeable other-extensions: TupleSections,DeriveDataTypeable
default-language: Haskell2010 default-language: Haskell2010