packages feed

boomange 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Main.hs view
@@ -52,8 +52,8 @@   "# This is a sample bookmarks file for " ++ appName ++ "\n" ++   "# For a full description of its syntax, see the haddock documentation for SimtreeLo\n" ++   "# The first line indicates the comment pattern" ++-  "# Leaves represent the URI of their direct parents"	-+  "# Leaves represent the URI of their direct parents\n"+   generateBookmarks config = do   header <- readFile $ headerFile config   footer <- readFile $ footerFile config
boomange.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                boomange-version:             0.1.0.2+version:             0.1.0.3 synopsis:            A Bookmarks manager with a HTML generator description:         In order to allow a unified and customized bookmarks file, boomange generates a HTML file with an user's bookmarks. license:             GPL-3