From 5324f10bafddd31516f95bdb8325f1d0dc8697d2 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Fri, 15 Mar 2019 07:33:52 -0400
Subject: [PATCH] Depend on fail in the test suite, too

---
 exceptions.cabal | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/exceptions.cabal b/exceptions.cabal
index e24b6ea..9387ae1 100644
--- a/exceptions.cabal
+++ b/exceptions.cabal
@@ -79,3 +79,5 @@ test-suite exceptions-tests
     test-framework-hunit       >= 0.3      && < 0.4,
     test-framework-quickcheck2 >= 0.3      && < 0.4,
     QuickCheck                 >= 2.5      && < 2.13
+  if !impl(ghc >= 8.0)
+    build-depends: fail        == 4.9.*
-- 
GitLab