summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal9
1 files changed, 5 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index ce101c3..5dce405 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.1.2.0
+Version: 4.1.4.0
Synopsis: A static website compiler library
Description:
@@ -64,8 +64,10 @@ Data-files:
Extra-source-files:
tests/data/example.md
tests/data/example.md.metadata
+ tests/data/russian.md
tests/data/template.html
tests/data/template.html.out
+ tests/data/posts/2010-08-26-birthday.md
Source-Repository head
Type: git
@@ -93,7 +95,7 @@ Library
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
http-conduit >= 1.8 && < 1.9,
- http-types >= 0.7 && < 0.8,
+ http-types >= 0.7 && < 0.9,
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.2,
old-locale >= 1.0 && < 1.1,
@@ -149,7 +151,6 @@ Library
Hakyll.Core.Provider.Internal
Hakyll.Core.Provider.Metadata
Hakyll.Core.Provider.MetadataCache
- Hakyll.Core.Provider.Modified
Hakyll.Core.Rules.Internal
Hakyll.Core.Runtime
Hakyll.Core.Store
@@ -192,7 +193,7 @@ Test-suite hakyll-tests
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
http-conduit >= 1.8 && < 1.9,
- http-types >= 0.7 && < 0.8,
+ http-types >= 0.7 && < 0.9,
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.2,
old-locale >= 1.0 && < 1.1,