diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-03-31 00:17:36 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-03-31 00:18:58 +0100 |
commit | 19c77b1b65d580cd978b5c1c572445f24efe171a (patch) | |
tree | 530af21c7a962dc6ce4ec66094b90c6ddea41843 /tests | |
parent | a612a11140d93bdaa416f16e2c77a23332e9d656 (diff) |
Promote 'Ex' to exported API
We will need it for the project discovery module later.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GhcSession.hs | 2 |
1 files changed, 0 insertions, 2 deletions
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 |