Bump upper bound to hspec<2.8
parent
2b95e747cd
commit
b95bc09a9d
|
@ -242,7 +242,7 @@ test-suite unittests
|
||||||
, cmdargs
|
, cmdargs
|
||||||
, czipwith
|
, czipwith
|
||||||
, ghc-boot-th
|
, ghc-boot-th
|
||||||
, hspec >=2.4.1 && <2.7
|
, hspec >=2.4.1 && <2.8
|
||||||
}
|
}
|
||||||
main-is: TestMain.hs
|
main-is: TestMain.hs
|
||||||
other-modules: TestUtils
|
other-modules: TestUtils
|
||||||
|
@ -314,7 +314,7 @@ test-suite littests
|
||||||
, cmdargs
|
, cmdargs
|
||||||
, czipwith
|
, czipwith
|
||||||
, ghc-boot-th
|
, ghc-boot-th
|
||||||
, hspec >=2.4.1 && <2.7
|
, hspec >=2.4.1 && <2.8
|
||||||
, filepath
|
, filepath
|
||||||
, parsec >=3.1.11 && <3.2
|
, parsec >=3.1.11 && <3.2
|
||||||
}
|
}
|
||||||
|
@ -358,7 +358,7 @@ test-suite libinterfacetests
|
||||||
, base
|
, base
|
||||||
, text
|
, text
|
||||||
, transformers
|
, transformers
|
||||||
, hspec >=2.4.1 && <2.7
|
, hspec >=2.4.1 && <2.8
|
||||||
}
|
}
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
|
|
Loading…
Reference in New Issue