aboutsummaryrefslogtreecommitdiff
path: root/tests/GhcSession.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GhcSession.hs')
-rw-r--r--tests/GhcSession.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs
index acd3c33..3e67ae2 100644
--- a/tests/GhcSession.hs
+++ b/tests/GhcSession.hs
@@ -1,4 +1,9 @@
{-# LANGUAGE TupleSections, ScopedTypeVariables, RecordWildCards, RankNTypes, DataKinds #-}
+
+{-| This test ensures we can get a GHC API session up and running in a variety of
+ project environments.
+-}
+
module Main where
import GHC