From 574d3c13ff139e120e6a2601ea6cec676ab8ba16 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Thu, 14 Aug 2014 20:26:03 +0100 Subject: Revert "Disambiguate ‘die’ in test runners." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit dba02d6df32534aac5d257f2d28596238d248942. --- latex-test/run.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'latex-test') 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 -- cgit v1.2.3