From 1c27e9ec4ef20ffab31028775fb23d4577db3a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 1 May 2014 01:31:32 +0200 Subject: [PATCH] Bump hspec dependency, should fix #236 `hspec-discover --no-main` was introduced in 1.8.2 --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index f804771..d3c4c45 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -153,7 +153,7 @@ Test-Suite spec , syb , time , transformers - , hspec >= 1.7.1 + , hspec >= 1.8.2 if impl(ghc < 7.7) Build-Depends: convertible , Cabal >= 1.10 && < 1.17