diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-05-03 15:40:11 +0200 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-05-03 15:40:11 +0200 |
commit | dba02d6df32534aac5d257f2d28596238d248942 (patch) | |
tree | 49a1e615e14ee09510583403cf19159158324768 /latex-test/run.lhs | |
parent | 08aa509ebac58bfb202ea79c7c41291ec280a1c5 (diff) |
Disambiguate ‘die’ in test runners.
Diffstat (limited to 'latex-test/run.lhs')
-rwxr-xr-x | latex-test/run.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/latex-test/run.lhs b/latex-test/run.lhs index 423dc6fd..c1d48d97 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 $ die "you need to run 'cabal build' successfully first" + unless x $ System.Exit.die "you need to run 'cabal build' successfully first" contents <- getDirectoryContents testDir |