nemesis 2012.12.18 → 2013.6.13
raw patch · 3 files changed
+5/−10 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- nemesis.cabal +1/−1
- readme.md +0/−6
- src/System/Nemesis/Runner.hs +4/−3
nemesis.cabal view
@@ -1,5 +1,5 @@ Name: nemesis-Version: 2012.12.18+Version: 2013.6.13 Build-type: Simple Synopsis: a Rake like task management tool Description: smart per project code snippets
readme.md view
@@ -143,9 +143,3 @@ runghc Nemesis hello --<br/>----[The goddess](http://en.wikipedia.org/wiki/Mnemosyne_\(anime\)) is watching you, you shall have your revenge.
src/System/Nemesis/Runner.hs view
@@ -10,7 +10,7 @@ import System.Nemesis.DSL import qualified Prelude as P import Data.Maybe-+import System.Exit start, end :: String start = start_nemesis + start_nemesis_dsl + init_air + init_prelude@@ -27,8 +27,9 @@ when recompile compile args <- getArgs- system - "./.nemesis " + args.join " "- return ()+ exit_code <- system - "./.nemesis " + args.join " "+ + exitWith exit_code where bin = ".nemesis"