1
Fork 0

update some package versions

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

View file

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