From: openKylin Developers <packaging@lists.openkylin.top>
Date: Mon, 1 Jun 2026 19:53:40 +0800
Subject: no-hspec-discover

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.
---
 hspec.cabal | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hspec.cabal b/hspec.cabal
index 303ce05..afe30fd 100644
--- a/hspec.cabal
+++ b/hspec.cabal
@@ -47,7 +47,6 @@ library
       QuickCheck >=2.12
     , base ==4.*
     , hspec-core ==2.11.16
-    , hspec-discover ==2.11.16
     , hspec-expectations ==0.8.4.*
   exposed-modules:
       Test.Hspec
