From 425b83fb3d901897624df4818a5d6b0f9c8554a0 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 4 Mar 2022 01:42:32 +0800 Subject: [PATCH] Allow hspec 2.9 Builds fine and all tests pass. --- multistate.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multistate.cabal b/multistate.cabal index 58bcd5b..822cd5a 100644 --- a/multistate.cabal +++ b/multistate.cabal @@ -104,7 +104,7 @@ test-suite multistate-test { multistate, base <999, transformers <0.6, - hspec >=2 && <2.9 + hspec >=2 && <2.10 ghc-options: -Wall main-is: Test.hs hs-source-dirs: test