1
Fork 0

update deps so it compiles with 7.4.2

This commit is contained in:
Jake Wheat 2015-03-14 17:38:00 +02:00
parent 37af90e364
commit 43d81f969a

View file

@ -33,7 +33,7 @@ library
Other-Modules: Language.SQL.SimpleSQL.Errors, Other-Modules: Language.SQL.SimpleSQL.Errors,
Language.SQL.SimpleSQL.Combinators Language.SQL.SimpleSQL.Combinators
other-extensions: TupleSections other-extensions: TupleSections
build-depends: base >=4.6 && <4.8, build-depends: base >=4.5 && <4.9,
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
@ -46,7 +46,7 @@ Test-Suite Tests
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: RunTests.lhs main-is: RunTests.lhs
hs-source-dirs: .,tools hs-source-dirs: .,tools
Build-Depends: base >=4.6 && <4.8, Build-Depends: base >=4.5 && <4.9,
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,
@ -82,7 +82,7 @@ Test-Suite Tests
executable SQLIndent executable SQLIndent
main-is: SQLIndent.lhs main-is: SQLIndent.lhs
hs-source-dirs: .,tools hs-source-dirs: .,tools
Build-Depends: base >=4.6 && <4.8, Build-Depends: base >=4.5 && <4.9,
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