yst 0.7 → 0.7.0.1
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~aesondep ~pandoc
Dependency ranges changed: aeson, pandoc
Files
changelog view
@@ -1,3 +1,8 @@+yst 0.7.0.1 (released 27 Feb 2019)++ * Support recent pandoc versions.+ * Demo - remove HTML calling nav.js.+ yst 0.7 (released 07 Mar 2018) * Added NavStyle type.
yst.cabal view
@@ -1,5 +1,5 @@ name: yst-version: 0.7+version: 0.7.0.1 Tested-With: GHC == 7.8.3 Cabal-version: >= 1.8 build-type: Simple@@ -50,12 +50,12 @@ Yst.Render, Yst.Build, Yst.CSV, Yst.Sqlite3, Paths_yst build-depends: base >=3 && < 5, unordered-containers, HStringTemplate >= 0.6.1 && < 0.6.9 || > 0.6.11 && < 0.9,- yaml, csv, aeson >= 0.7 && < 1.3, text,+ yaml, csv, aeson >= 0.7 && < 1.5, text, scientific >= 0.2 && < 0.4, filepath, containers, directory, time, old-locale, old-time, parsec, lucid >= 2.9 && < 2.10,- pandoc >= 2.0 && < 2.2,+ pandoc >= 2.0 && < 2.7, split, HDBC, HDBC-sqlite3 extensions: CPP if impl(ghc >= 6.12)