gitit 0.12 → 0.12.0.1
raw patch · 3 files changed
+8/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES +6/−0
- gitit.cabal +1/−1
- src/Network/Gitit/Initialize.hs +1/−1
CHANGES view
@@ -1,3 +1,9 @@+Version 0.12.0.1 released 24 Aug 2015++ * Revert change of curly to straight quote for starting+ User's Guide page (Wouter Oosterveld).+ * stack.yaml: removed pandoc flag setting.+ Version 0.12 released 19 Aug 2015 * Export all modules.
gitit.cabal view
@@ -1,5 +1,5 @@ name: gitit-version: 0.12+version: 0.12.0.1 Cabal-version: >= 1.8 build-type: Simple synopsis: Wiki using happstack, git or darcs, and pandoc.
src/Network/Gitit/Initialize.hs view
@@ -171,7 +171,7 @@ $ header ++ welcomecontents createIfMissing fs ("Help" <.> defaultExtension conf) auth "Default help page" $ header ++ helpcontents- createIfMissing fs ("Gitit User's Guide" <.> defaultExtension conf) auth "User's guide (README)"+ createIfMissing fs ("Gitit User’s Guide" <.> defaultExtension conf) auth "User’s guide (README)" $ header ++ usersguidecontents createIfMissing :: FileStore -> FilePath -> Author -> Description -> String -> IO ()