Skip to content

Commit 27bea77

Browse files
committed
1 parent 520548e commit 27bea77

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

hspec-formatters-codewars.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ build-type: Simple
99
library
1010
hs-source-dirs: src
1111
build-depends:
12-
, base >=4 && <5
13-
, hspec >=2 && <3
14-
, hspec-core >=2 && <3
15-
, text >=2 && <3
12+
, base >=4 && <5
13+
, hspec >=2.8 && <3
14+
, hspec-core >=2.8 && <3
15+
, text >=2 && <3
1616

1717
exposed-modules: Test.Hspec.Formatters.Codewars
1818
default-language: GHC2021
@@ -23,10 +23,10 @@ test-suite hspec-formatters-codewars-spec
2323
main-is: Main.hs
2424
hs-source-dirs: test src
2525
build-depends:
26-
, base >=4 && <5
27-
, hspec >=2 && <3
28-
, hspec-core >=2 && <3
29-
, text >=2 && <3
26+
, base >=4 && <5
27+
, hspec >=2.8 && <3
28+
, hspec-core >=2.8 && <3
29+
, text >=2 && <3
3030

3131
other-modules:
3232
Spec

0 commit comments

Comments
 (0)