From fa929d0c9bef4d683a525b9dfe5d3f8d5dcc1b0a Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 26 Jan 2013 11:08:10 +0100 Subject: Export the Tags datatype constructor --- hakyll.cabal | 2 +- src/Hakyll/Web/Tags.hs | 2 +- web/releases.markdown | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 33b9928..a3a75cd 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.1.2.1 +Version: 4.1.3.0 Synopsis: A static website compiler library Description: diff --git a/src/Hakyll/Web/Tags.hs b/src/Hakyll/Web/Tags.hs index 4566db6..edb21ed 100644 --- a/src/Hakyll/Web/Tags.hs +++ b/src/Hakyll/Web/Tags.hs @@ -41,7 +41,7 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE OverloadedStrings #-} module Hakyll.Web.Tags - ( Tags + ( Tags (..) , getTags , buildTagsWith , buildTags diff --git a/web/releases.markdown b/web/releases.markdown index ce18788..ab77c62 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,12 @@ title: Releases # Releases +## Hakyll 4.1.3.0 + +*January 26, 2013* + +- Export the constructor of the `Tags` datatype + ## Hakyll 4.1.2.0 *January 20, 2013* -- cgit v1.2.3