Allow hspec 2.8

All tests are passing.
pull/347/head
Felix Yan 2021-05-15 06:07:49 +08:00 committed by GitHub
parent 4d064db674
commit 7a7ea6c40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -199,7 +199,7 @@ test-suite unittests
, cmdargs , cmdargs
, czipwith , czipwith
, ghc-boot-th , ghc-boot-th
, hspec >=2.4.1 && <2.8 , hspec >=2.4.1 && <2.9
} }
main-is: TestMain.hs main-is: TestMain.hs
other-modules: TestUtils other-modules: TestUtils
@ -270,7 +270,7 @@ test-suite littests
, cmdargs , cmdargs
, czipwith , czipwith
, ghc-boot-th , ghc-boot-th
, hspec >=2.4.1 && <2.8 , hspec >=2.4.1 && <2.9
, filepath , filepath
, parsec >=3.1.11 && <3.2 , parsec >=3.1.11 && <3.2
} }
@ -314,7 +314,7 @@ test-suite libinterfacetests
, base , base
, text , text
, transformers , transformers
, hspec >=2.4.1 && <2.8 , hspec >=2.4.1 && <2.9
} }
main-is: Main.hs main-is: Main.hs
other-modules: other-modules: