Skip to content

Commit 160ad0d

Browse files
committed
fix: add missing cabal test tool dependency
+ hspec-discover should now be working in CI
1 parent 841f010 commit 160ad0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

simplex-method.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ test-suite simplex-haskell-test
102102
, hspec >= 2.11.12 && < 2.12
103103
, hspec-expectations >= 0.8.3 && < 0.9
104104
, interpolatedstring-perl6 >= 1.0.2 && < 1.1
105+
build-tool-depends:
106+
hspec-discover:hspec-discover >= 2.11.12 && < 2.12
105107
default-language: Haskell2010

0 commit comments

Comments
 (0)