Skip to content

Commit fed034b

Browse files
committed
build-tool-depends
1 parent 53fae37 commit fed034b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

kubernetes-client/kubernetes-client.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ library
4646
hs-source-dirs:
4747
src
4848
ghc-options: -Wall
49+
build-tool-depends:
50+
hspec-discover:hspec-discover
4951
build-depends:
5052
aeson >=1.2 && <3
5153
, attoparsec >=0.13
@@ -90,6 +92,8 @@ test-suite example
9092
Paths_kubernetes_client
9193
hs-source-dirs:
9294
example
95+
build-tool-depends:
96+
hspec-discover:hspec-discover
9397
build-depends:
9498
aeson >=1.2 && <3
9599
, attoparsec >=0.13
@@ -140,6 +144,8 @@ test-suite spec
140144
Paths_kubernetes_client
141145
hs-source-dirs:
142146
test
147+
build-tool-depends:
148+
hspec-discover:hspec-discover
143149
build-depends:
144150
aeson >=1.2 && <3
145151
, attoparsec >=0.13

kubernetes-client/package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ library:
1515
source-dirs: src
1616
ghc-options:
1717
- -Wall
18+
build-tools:
19+
- hspec-discover
1820
tested-with: GHC==9.0.2, GHC==8.10.7
1921
tests:
2022
spec:

0 commit comments

Comments
 (0)