packages feed

gitit 0.7.3 → 0.7.3.1

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES view
@@ -1,3 +1,7 @@+Version 0.7.3.1 released 20 Mar 2010++* Changed "In" to "in" in MathMLinJS.js link.+ Version 0.7.3 released 20 Mar 2010  * Added PDF export option and pdf-export config field.
Network/Gitit/ContentTransformer.hs view
@@ -446,7 +446,7 @@   updateLayout $ \l ->     case mathMethod conf of          JsMathScript -> addScripts l ["jsMath/easy/load.js"]-         MathML       -> addScripts l ["MathMLInHTML.js"]+         MathML       -> addScripts l ["MathMLinHTML.js"]          RawTeX       -> l   return c 
gitit.cabal view
@@ -1,5 +1,5 @@ name:                gitit-version:             0.7.3+version:             0.7.3.1 Cabal-version:       >= 1.2 build-type:          Simple synopsis:            Wiki using happstack, git or darcs, and pandoc.