Skip to content

Commit 10619dc

Browse files
committed
test: add missing test suite dependency
1 parent a2fbd8f commit 10619dc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

fused-effects-logger.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ test-suite fused-effects-logger-test
5555
hs-source-dirs:
5656
test
5757
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
58+
build-tool-depends:
59+
hspec-discover:hspec-discover
5860
build-depends:
5961
base >=4.7 && <5
6062
, bytestring >=0.12 && <1

package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ tests:
5050
- -threaded
5151
- -rtsopts
5252
- -with-rtsopts=-N
53+
build-tools:
54+
- hspec-discover
5355
dependencies:
5456
- fused-effects-logger
5557
- directory

0 commit comments

Comments
 (0)