aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-19 09:34:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-19 09:34:36 -0700
commit0dd31b68a51751fa13e9e008b27dc18230c54cbb (patch)
tree3ac68be37f5c9ac8c372d7e99eebfd88adc312b7
parentee8c8da8ccfc7e3eb33679fd8a3a465766f9d5f7 (diff)
parent4c6aaec56520fea67a73aaad4f0f71746bffe2f5 (diff)
downloadpandoc-0dd31b68a51751fa13e9e008b27dc18230c54cbb.tar.gz
Merge pull request #1309 from michaelt/patch-1
no need to hide 'catch'
-rw-r--r--Setup.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index f5d18eee4..c1c3f6472 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -29,7 +29,6 @@ import Distribution.Verbosity ( Verbosity, silent )
import Distribution.Simple.InstallDirs (mandir, CopyDest (NoCopyDest), toPathTemplate)
import Distribution.Simple.Utils (installOrdinaryFiles, info)
import Distribution.Simple.Test (test)
-import Prelude hiding (catch)
import System.Process ( rawSystem )
import System.FilePath ( (</>) )
import System.Directory ( findExecutable )