no need to hide 'catch'
This doesn't normally cause a problem because of some ghc workaround special to this case, but I was able to trigger an error with a complicated mixture of sandboxing, directing `cabal` to a locally installed ghc, and something else. `catch` isn't actually used in the file, so it seems it might as well go.
This commit is contained in:
parent
0915967d84
commit
4c6aaec565
1 changed files with 0 additions and 1 deletions
1
Setup.hs
1
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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue