From 19c77b1b65d580cd978b5c1c572445f24efe171a Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sun, 31 Mar 2019 00:17:36 +0100 Subject: Promote 'Ex' to exported API We will need it for the project discovery module later. --- tests/GhcSession.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs index 46ccab9..2fda204 100644 --- a/tests/GhcSession.hs +++ b/tests/GhcSession.hs @@ -159,8 +159,6 @@ testLocPath (TN test_name) = (projdir, ".", cabal_file) testLocPath (TF topdir projdir cabal_file) = (topdir, projdir, cabal_file) -data Ex a = forall x. Ex (a x) - -- | Check version bounds of tests against available versions, if successful run -- the test. checkAndRunTestConfig -- cgit v1.2.3