packages feed

mps 2008.9.20 → 2008.10.14

raw patch · 3 files changed

+7/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

MPS/Snippets.hs view
@@ -221,7 +221,7 @@ gsub     = gsubRegexPR match    = matchRegexPR -strip s  = s.match("^\\s*(.*?)\\s*$").fromJust.snd.first.snd+strip s  = s.gsub "^\\s*" "" .gsub "\\s*$" "" empty s  = case s.match("\\S") of   Just _ -> False   Nothing -> True
changelog.markdown view
@@ -1,3 +1,8 @@+2008.10.14+----------++* Fix strip bug+ 2008.9.20 ---------- 
mps.cabal view
@@ -1,5 +1,5 @@ Name:                 mps-Version:              2008.9.20+Version:              2008.10.14 Build-type: 		      Simple Synopsis:             message passing style helpers Description:          message passing style helpers