packages feed

yst 0.4.1 → 0.4.1.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~aesondep ~pandoc

Dependency ranges changed: aeson, pandoc

Files

changelog view
@@ -1,3 +1,7 @@+yst 0.4.1.1 (released 29 Sep 2014)++  * Allow compilation with latest aeson, pandoc.+ yst 0.4.1 (released 30 May 2014)    * Fix rendering of integers in YAML when compiled against
yst.cabal view
@@ -1,5 +1,5 @@ name:                yst-version:             0.4.1+version:             0.4.1.1 Tested-With:         GHC == 7.4.1 Cabal-version:       >= 1.8 build-type:          Simple@@ -56,11 +56,11 @@                      Yst.Render, Yst.Build, Yst.CSV, Yst.Sqlite3   build-depends:     base >=3 && < 5, unordered-containers,                      HStringTemplate >= 0.6.1 && < 0.6.9 || > 0.6.11 && < 0.8,-                     yaml, csv, aeson >= 0.7 && < 0.8, text,+                     yaml, csv, aeson >= 0.7 && < 0.9, text,                      scientific >= 0.2 && < 0.4,                      filepath, containers, directory, time,                      old-locale, old-time, parsec, xhtml,-                     pandoc >= 1.10 && < 1.13,+                     pandoc >= 1.10 && < 1.14,                      split, HDBC, HDBC-sqlite3   extensions:        CPP   if impl(ghc >= 6.12)