File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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 
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ library:
1515  source-dirs : src 
1616  ghc-options :
1717  - -Wall 
18+ build-tools :
19+   - hspec-discover 
1820tested-with : GHC==9.0.2, GHC==8.10.7 
1921tests :
2022  spec :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments