aboutsummaryrefslogtreecommitdiff
path: root/latex-test/run.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'latex-test/run.lhs')
-rwxr-xr-xlatex-test/run.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/latex-test/run.lhs b/latex-test/run.lhs
index c1d48d97..423dc6fd 100755
--- a/latex-test/run.lhs
+++ b/latex-test/run.lhs
@@ -41,7 +41,7 @@ main = do
test :: IO ()
test = do
x <- doesFileExist haddockPath
- unless x $ System.Exit.die "you need to run 'cabal build' successfully first"
+ unless x $ die "you need to run 'cabal build' successfully first"
contents <- getDirectoryContents testDir