summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-03-02 20:37:54 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-03-02 20:37:54 +0100
commit40f503e0802a9be07ebd5fa965dec0e65f316f90 (patch)
treee511de42826e8e632cc9f80cea462fdba4995fb4
parent21789abd101a738639c957d5701a514860b63ee2 (diff)
downloadhakyll-40f503e0802a9be07ebd5fa965dec0e65f316f90.tar.gz
Version bump
-rw-r--r--hakyll.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 5eb3437..f954f16 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 3.0.0.4
+Version: 3.0.1.0
Synopsis: A simple static site generator library.
Description: A simple static site generator library, mainly aimed at
@@ -89,10 +89,11 @@ library
Hakyll.Core.ResourceProvider
Hakyll.Core.CompiledItem
Hakyll.Core.Compiler
- Hakyll.Core.CopyFile
Hakyll.Core.Run
Hakyll.Core.Store
Hakyll.Core.Writable
+ Hakyll.Core.Writable.CopyFile
+ Hakyll.Core.Writable.WritableTuple
Hakyll.Core.Identifier
Hakyll.Core.DirectedGraph.Dot
Hakyll.Core.DirectedGraph.DependencySolver