diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-05-19 09:34:36 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-05-19 09:34:36 -0700 |
commit | 0dd31b68a51751fa13e9e008b27dc18230c54cbb (patch) | |
tree | 3ac68be37f5c9ac8c372d7e99eebfd88adc312b7 | |
parent | ee8c8da8ccfc7e3eb33679fd8a3a465766f9d5f7 (diff) | |
parent | 4c6aaec56520fea67a73aaad4f0f71746bffe2f5 (diff) | |
download | pandoc-0dd31b68a51751fa13e9e008b27dc18230c54cbb.tar.gz |
Merge pull request #1309 from michaelt/patch-1
no need to hide 'catch'
-rw-r--r-- | Setup.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ) |