diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-12-12 06:22:31 +0000 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-12-12 06:22:31 +0000 |
commit | e1156b56e4711546956f5588b7b4258cb42caaac (patch) | |
tree | a203335acfb5e53087001f054c3a5a345635585c /latex-test/run.lhs | |
parent | d867ff18c6d23d792d070b17cc76cba35f69c649 (diff) |
Revert "Merge branch 'reverts'"
This reverts commit 5c93cc347773c7634321edd5f808d5b55b46301f, reversing
changes made to 5b81a9e53894d2ae591ca0c6c96199632d39eb06.
Conflicts:
haddock-api/src/Haddock/Convert.hs
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 |