1
Fork 0

update dep

This commit is contained in:
Jake 2021-10-19 16:07:06 +01:00
parent b41d4838d4
commit c0b0174613

View file

@ -62,7 +62,7 @@ Test-Suite Tests
main-is: RunTests.lhs main-is: RunTests.lhs
hs-source-dirs: tools hs-source-dirs: tools
Build-Depends: simple-sql-parser, Build-Depends: simple-sql-parser,
tasty >= 1.1 && < 1.3, tasty >= 1.1 && < 1.5,
tasty-hunit >= 0.9 && < 0.11 tasty-hunit >= 0.9 && < 0.11
Other-Modules: Language.SQL.SimpleSQL.ErrorMessages, Other-Modules: Language.SQL.SimpleSQL.ErrorMessages,
@ -105,7 +105,7 @@ executable Fixity
hs-source-dirs: tools hs-source-dirs: tools
Build-Depends: simple-sql-parser, Build-Depends: simple-sql-parser,
pretty-show >= 1.6 && < 1.10, pretty-show >= 1.6 && < 1.10,
tasty >= 1.1 && < 1.3, tasty >= 1.1 && < 1.5,
tasty-hunit >= 0.9 && < 0.11 tasty-hunit >= 0.9 && < 0.11
if flag(fixitytest) if flag(fixitytest)
buildable: True buildable: True