File: no-hspec-discover

package info (click to toggle)
haskell-hspec 2.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124 kB
  • sloc: haskell: 99; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Do not depend on hspec-discover (the haskell library), as that is empty
anyways. We ensure that the hspec-discover binary is available via
control/debian.

--- a/hspec.cabal
+++ b/hspec.cabal
@@ -46,7 +46,6 @@ library
       QuickCheck >=2.12
     , base ==4.*
     , hspec-core ==2.8.5
-    , hspec-discover ==2.8.5
     , hspec-expectations ==0.8.2.*
   exposed-modules:
       Test.Hspec