add dependencies back to base
This commit is contained in:
parent
6f42a4866a
commit
efcb0f78d1
|
@ -33,7 +33,7 @@ library
|
|||
Other-Modules: Language.SQL.SimpleSQL.Errors,
|
||||
Language.SQL.SimpleSQL.Combinators
|
||||
other-extensions: TupleSections
|
||||
build-depends: base,
|
||||
build-depends: base >=4.5 && <4.10,
|
||||
parsec >=3.1 && <3.2,
|
||||
mtl >=2.1 && <2.3,
|
||||
pretty >= 1.1 && < 1.2
|
||||
|
@ -46,7 +46,7 @@ Test-Suite Tests
|
|||
type: exitcode-stdio-1.0
|
||||
main-is: RunTests.lhs
|
||||
hs-source-dirs: .,tools
|
||||
Build-Depends: base,
|
||||
Build-Depends: base >=4.5 && <4.10,
|
||||
parsec >=3.1 && <3.2,
|
||||
mtl >=2.1 && <2.3,
|
||||
pretty >= 1.1 && < 1.2,
|
||||
|
@ -82,7 +82,7 @@ Test-Suite Tests
|
|||
executable SQLIndent
|
||||
main-is: SQLIndent.lhs
|
||||
hs-source-dirs: .,tools
|
||||
Build-Depends: base,
|
||||
Build-Depends: base >=4.5 && <4.10,
|
||||
parsec >=3.1 && <3.2,
|
||||
mtl >=2.1 && <2.3,
|
||||
pretty >= 1.1 && < 1.2
|
||||
|
|
Loading…
Reference in a new issue