Skip to content

Commit 408f350

Browse files
authored
Merge pull request #115 from pranaysashank/master
Add hspec-discover to build-tool-depends to test components.
2 parents 6aaa305 + 9ba5a3b commit 408f350

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hw-kafka-client.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ test-suite integration-tests
107107
, random
108108
, text
109109
, transformers
110+
build-tool-depends:
111+
hspec-discover:hspec-discover
110112
other-modules:
111113
Kafka.IntegrationSpec
112114
Kafka.TestEnv
@@ -127,6 +129,8 @@ test-suite tests
127129
, hw-kafka-client
128130
, text
129131
, monad-loops
132+
build-tool-depends:
133+
hspec-discover:hspec-discover
130134
other-modules:
131135
Kafka.Consumer.ConsumerRecordMapSpec
132136
Kafka.Consumer.ConsumerRecordTraverseSpec

0 commit comments

Comments
 (0)