1
Fork 0

small tweaks

This commit is contained in:
Jake Wheat 2016-02-12 11:57:09 +02:00
commit 5b786bd11d
3 changed files with 51 additions and 30 deletions

View file

@ -55,7 +55,7 @@ Test-Suite Tests
parsec >=3.1 && <3.2,
mtl >=2.1 && <2.3,
pretty >= 1.1 && < 1.2,
tasty >= 0.10 && < 0.11,
tasty >= 0.10 && < 0.12,
tasty-hunit >= 0.9 && < 0.10
Other-Modules: Language.SQL.SimpleSQL.Pretty,
@ -112,7 +112,7 @@ executable Fixity
mtl >=2.1 && <2.3,
pretty >= 1.1 && < 1.2,
pretty-show >= 1.6 && < 1.7,
tasty >= 0.10 && < 0.11,
tasty >= 0.10 && < 0.12,
tasty-hunit >= 0.9 && < 0.10
other-extensions: TupleSections,DeriveDataTypeable