We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520548e commit 27bea77Copy full SHA for 27bea77
hspec-formatters-codewars.cabal
@@ -9,10 +9,10 @@ build-type: Simple
9
library
10
hs-source-dirs: src
11
build-depends:
12
- , base >=4 && <5
13
- , hspec >=2 && <3
14
- , hspec-core >=2 && <3
15
- , text >=2 && <3
+ , base >=4 && <5
+ , hspec >=2.8 && <3
+ , hspec-core >=2.8 && <3
+ , text >=2 && <3
16
17
exposed-modules: Test.Hspec.Formatters.Codewars
18
default-language: GHC2021
@@ -23,10 +23,10 @@ test-suite hspec-formatters-codewars-spec
23
main-is: Main.hs
24
hs-source-dirs: test src
25
26
27
28
29
30
31
other-modules:
32
Spec
0 commit comments