File: no-hspec-discover

package info (click to toggle)
haskell-hspec 2.11.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: haskell: 111; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.

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