packages feed

yst-0.5: changelog

yst 0.5 (released 13 Mar 2015)

  * Use Bootstrap 3 instead of YUI CSS framework.
  * Use lucid instead of xhtml to generate menu.

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
    recent versions of aeson.
  * Added HAS to WHERE condition in queries (Ohad Kammar).

yst 0.4.0.1 (released 15 Sep 2013)

  * Removed unneeded build-depends.

yst 0.4 (released 15 Sep 2013)

  * Use yaml package instead of HsSyck.
  * Data.Yaml no longer exports nodeToYamlNode.  (We use ToJSON
    and FromJSON instances instead.)

yst 0.3.1.2 (released 15 Sep 2013)

  * Updated to compile with pandoc 1.12.

yst 0.3.1.1 (released 08 Mar 2013)

  * Updated to compile with pandoc 1.11.

yst 0.3.1 (released 19 Jan 2013)

  * Updated to compile with pandoc 1.10, directory 1.2.

yst 0.3.0.1 (released 23 Oct 2012)

  * Allow compilation with latest HStringTemplate.

  * Fixed deprecated uses of Prelude's `catch`.

yst 0.3 (released 20 Oct 2012)

  * Added support for loading data from Sqlite3 databases.
    (Sigurd Meldgaard)

  * Allow `sourcedir`, `datadir`, `filesdir` to specify a list
    of directories, searched in order. (Christopher League)