Skip to content

Commit

Permalink
Merge pull request #1309 from michaelt/patch-1
Browse files Browse the repository at this point in the history
no need to hide 'catch'
  • Loading branch information
jgm committed May 19, 2014
2 parents ee8c8da + 4c6aaec commit 0dd31b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Setup.hs
Expand Up @@ -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 )
Expand Down

0 comments on commit 0dd31b6

Please sign in to comment.