hunk ./CHANGES.txt 3 + Make the tests work on Linux hunk ./Development/Shake/Directory.hs 12 +import Control.Exception hunk ./Development/Shake/Directory.hs 155 -getEnvIO x = catchIOError (fmap Just $ IO.getEnv x) $ +getEnvIO x = Control.Exception.catch (fmap Just $ IO.getEnv x) $ hunk ./Development/Shake/Args.hs 27 --- | Run a Shake build system supporting basic @make@ compatible command line arguments. +-- | Run a build system using command line arguments for configuration. hunk ./CHANGES.txt 3 +0.9 hunk ./shake.cabal 4 -version: 0.8 +version: 0.9