small updates for latest packages, cabal and ghc
This commit is contained in:
parent
372dcf91cc
commit
908a8156e2
3 changed files with 12 additions and 12 deletions
|
@ -56,7 +56,7 @@ Test-Suite Tests
|
|||
parsec >=3.1 && <3.2,
|
||||
mtl >=2.1 && <2.3,
|
||||
pretty >= 1.1 && < 1.2,
|
||||
tasty >= 1.1 && < 1.2,
|
||||
tasty >= 1.1 && < 1.3,
|
||||
tasty-hunit >= 0.9 && < 0.11
|
||||
|
||||
Other-Modules: Language.SQL.SimpleSQL.Pretty,
|
||||
|
@ -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.9
|
||||
pretty-show >= 1.6 && < 1.10
|
||||
other-extensions: TupleSections,DeriveDataTypeable
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
|
@ -115,8 +115,8 @@ executable Fixity
|
|||
parsec >=3.1 && <3.2,
|
||||
mtl >=2.1 && <2.3,
|
||||
pretty >= 1.1 && < 1.2,
|
||||
pretty-show >= 1.6 && < 1.9,
|
||||
tasty >= 1.1 && < 1.2,
|
||||
pretty-show >= 1.6 && < 1.10,
|
||||
tasty >= 1.1 && < 1.3,
|
||||
tasty-hunit >= 0.9 && < 0.11
|
||||
|
||||
other-extensions: TupleSections,DeriveDataTypeable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue