packages feed

panda 2008.10.17 → 2008.10.18

raw patch · 3 files changed

+10/−3 lines, 3 filesdep ~mpsdep ~pandoc

Dependency ranges changed: mps, pandoc

Files

Panda/Helper/Helper.hs view
@@ -42,7 +42,7 @@     '?':s -> s.formDecode .map_snd unescape_unicode_xml.return     otherwise -> return [] -inputs = getInputs ^ map_snd (strip >>> unescape_unicode_xml)+inputs = getInputs ^ trace' ^ map_snd (strip >>> gsub "\r\n" "\n" >>> unescape_unicode_xml) ^ trace'  param_with_default s d = params ^ (lookup s >>> fromMaybe d ) input_with_default s d = inputs ^ (lookup s >>> fromMaybe d )
changelog.markdown view
@@ -1,3 +1,10 @@+2008.10.18+-----------++### Fix++* Comment works with multiple lines... ( fixed in mps )+ 2008.10.17 ----------- 
panda.cabal view
@@ -1,5 +1,5 @@ Name:                 panda-Version:              2008.10.17+Version:              2008.10.18 Build-type:           Simple Synopsis:             A simple static blog engine Description:          A simple static blog engine@@ -14,7 +14,7 @@ data-files:			      readme.markdown, changelog.markdown  library-  build-depends: base, cgi, network, haskell98, old-locale, old-time, directory, filepath, containers, mps >= 2008.9.19, parsedate >= 3000.0.0, rss >= 3000.0.1, xhtml, kibro == 0.3, utf8-string >= 0.3.1, pandoc <= 0.46, MissingH, parsec >= 2+  build-depends: base, cgi, network, haskell98, old-locale, old-time, directory, filepath, containers, mps >= 2008.10.15, parsedate >= 3000.0.0, rss >= 3000.0.1, xhtml, kibro == 0.3, utf8-string >= 0.3.1, pandoc >= 0.46, MissingH, parsec >= 2   exposed-modules:  Panda                     Panda.Config.Global