packages feed

heckle 2.0.1.3 → 2.0.1.4

raw patch · 2 files changed

+2/−6 lines, 2 filesdep ~pandocPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: pandoc

API changes (from Hackage documentation)

Files

heckle.cabal view
@@ -1,5 +1,5 @@ name:                heckle-version:             2.0.1.3+version:             2.0.1.4 synopsis:            Jekyll in Haskell (feat. LaTeX) description:         A static site generator that supports LaTeX/PDF and Markdown/HTML posts. Care has been taken to make it configurable, easy to use, and unopinionated. homepage:            https://github.com/2016rshah/heckle@@ -25,7 +25,7 @@                    , split >=0.2 && <0.3                    , tagsoup >= 0.13.3                    , dates >= 0.2.2.1-                   , pandoc >= 1.16.0.2+                   , pandoc >= 1.17.0.3                    , pandoc-types >= 1.16.1   default-language:  Haskell2010 
heckle/Main.hs view
@@ -59,10 +59,6 @@  initSite :: IO () initSite = do-  --curDir <- getCurrentDirectory-  let example = "example"-  createDirectoryIfMissing True example-  setCurrentDirectory example    -- Create the basic layout file   writeFile "index.html.hkl" exampleIndexFile -- Change to layout when testing, index when deploying"