Skip to content

Commit

Permalink
Modernise System.Exit import in wxc.
Browse files Browse the repository at this point in the history
Ignore-this: 2bd4fbea71cf7f92e810074bb122b3da
Needed to build with GHC 7.4.1

darcs-hash:20120413161642-db91e-24246ed70835df91671c25733b143b8e227193b3.gz
  • Loading branch information
kowey committed Apr 13, 2012
1 parent 3be193e commit 7e6e043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxc/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import Distribution.Simple.Setup (ConfigFlags, BuildFlags, InstallFlags, CopyDes
import Distribution.Simple.Utils (installOrdinaryFile)
import Distribution.System (OS (..), Arch (..), buildOS, buildArch)
import Distribution.Verbosity (normal, verbose)
import System (ExitCode (..))
import System.Cmd (system)
import System.Directory (createDirectoryIfMissing, doesFileExist, getCurrentDirectory, getModificationTime)
import System.Environment (getEnv)
import System.Exit (ExitCode (..))
import System.FilePath.Posix ((</>), (<.>), replaceExtension, takeFileName, dropFileName, addExtension)
import System.IO.Unsafe (unsafePerformIO)
import System.Process (readProcess)
Expand Down

0 comments on commit 7e6e043

Please sign in to comment.