aboutsummaryrefslogtreecommitdiff
path: root/tests/CompileTest.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CompileTest.hs')
-rw-r--r--tests/CompileTest.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs
index 8f7ab79..b5d9003 100644
--- a/tests/CompileTest.hs
+++ b/tests/CompileTest.hs
@@ -1,5 +1,10 @@
{-# LANGUAGE ScopedTypeVariables, GADTs, ImplicitParams #-}
+{-| This test tries to compile the Helper against every supported version of the
+ Cabal library. Since we compile the Helper at runtime, on the user's machine,
+ it is very important to make sure this will not fail.
+-}
+
import System.Environment (getArgs)
import System.Directory
import System.FilePath