mps 2008.10.14 → 2008.10.15
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 +1/−1
- changelog.markdown +5/−0
- mps.cabal +1/−1
MPS/Snippets.hs view
@@ -221,7 +221,7 @@ gsub = gsubRegexPR match = matchRegexPR -strip s = s.gsub "^\\s*" "" .gsub "\\s*$" ""+strip s = s.sub "^\\s*" "" .reverse .sub "^\\s*" "" .reverse empty s = case s.match("\\S") of Just _ -> False Nothing -> True
changelog.markdown view
@@ -1,3 +1,8 @@+2008.10.15+----------++* Fix (use sub, as regexpr works per line)+ 2008.10.14 ----------
mps.cabal view
@@ -1,5 +1,5 @@ Name: mps-Version: 2008.10.14+Version: 2008.10.15 Build-type: Simple Synopsis: message passing style helpers Description: message passing style helpers