Removed upper bounds on test-suite dependencies

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-06-24 01:29:11 -04:00
parent 519f3833bf
commit fa36bb8062
1 changed files with 7 additions and 7 deletions

View File

@ -104,11 +104,11 @@ Test-Suite test-site
main-is: Main.hs
Ghc-options: -Wall -O2 -threaded
hs-source-dirs: src, test
build-depends: base >=4.7 && <4.8,
hspec >= 2.1 && <2.2,
hspec-webdriver >= 1.0 && <1.2,
webdriver >= 0.6 && <0.7,
process >= 1.2 && <1.3,
directory >= 1.2 && <1.3,
text >= 1.2 && <1.3
build-depends: base >=4.8 && <4.9,
hspec >= 2.1,
hspec-webdriver >= 1.0,
webdriver >= 0.6,
process >= 1.2,
directory >= 1.2,
text >= 1.2
default-language: Haskell2010