Nomyx-Core 0.7.4 → 0.7.5
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~Nomyx-Language
Dependency ranges changed: Nomyx-Language
Files
- Nomyx-Core.cabal +2/−2
- src/Nomyx/Core/Session.hs +1/−1
Nomyx-Core.cabal view
@@ -1,5 +1,5 @@ name: Nomyx-Core-version: 0.7.4+version: 0.7.5 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -15,7 +15,7 @@ data-dir: data library - build-depends: Nomyx-Language == 0.7.4,+ build-depends: Nomyx-Language == 0.7.5, DebugTraceHelpers == 0.12.*, MissingH == 1.2.*, acid-state == 0.12.*,
src/Nomyx/Core/Session.hs view
@@ -95,7 +95,7 @@ Right _ -> do tracePN pn "proposed rule compiled OK " inGameDo gn $ G.execGameEvent' (Just $ getRuleFunc sh) (ProposeRuleEv pn sr)- modifyProfile pn (pLastRule ^= Just (sr, "Rule submitted OK!"))+ modifyProfile pn (pLastRule ^= Just (sr, "Rule submitted OK! See \"Rules\" tab or \"Inputs/Ouputs\" tab for actions")) liftIO $ sendMailsNewRule s sr pn (fromJust gi) Left e -> submitRuleError sr pn gn e