summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-01-26 11:08:10 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-01-26 11:08:10 +0100
commitfa929d0c9bef4d683a525b9dfe5d3f8d5dcc1b0a (patch)
tree8c9670f2f5ccd0c18a1647910d6791ca373aab17
parent7e4ca6f271b6ae5dd50503e00eea0f4a35a608eb (diff)
downloadhakyll-fa929d0c9bef4d683a525b9dfe5d3f8d5dcc1b0a.tar.gz
Export the Tags datatype constructor
-rw-r--r--hakyll.cabal2
-rw-r--r--src/Hakyll/Web/Tags.hs2
-rw-r--r--web/releases.markdown6
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*