From 7a7ea6c40dc647f8a68e43a7f822babf03cb85a3 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 15 May 2021 06:07:49 +0800 Subject: [PATCH] Allow hspec 2.8 All tests are passing. --- brittany.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brittany.cabal b/brittany.cabal index 6502e70..f657625 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -199,7 +199,7 @@ test-suite unittests , cmdargs , czipwith , ghc-boot-th - , hspec >=2.4.1 && <2.8 + , hspec >=2.4.1 && <2.9 } main-is: TestMain.hs other-modules: TestUtils @@ -270,7 +270,7 @@ test-suite littests , cmdargs , czipwith , ghc-boot-th - , hspec >=2.4.1 && <2.8 + , hspec >=2.4.1 && <2.9 , filepath , parsec >=3.1.11 && <3.2 } @@ -314,7 +314,7 @@ test-suite libinterfacetests , base , text , transformers - , hspec >=2.4.1 && <2.8 + , hspec >=2.4.1 && <2.9 } main-is: Main.hs other-modules: