diff options
author | Felix Yan <felixonmars@archlinux.org> | 2020-11-12 04:01:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 23:01:39 +0300 |
commit | d993b493856331cc1a67c216728097da1dfc9e3d (patch) | |
tree | 213ea66ae1d8529f23d7acef127fa72904d5ee6c | |
parent | e9a8139152b166eae75083259fc3e824675de6fb (diff) | |
download | hakyll-d993b493856331cc1a67c216728097da1dfc9e3d.tar.gz |
Allow file-embed 0.0.12 (#774)
Builds fine and all tests pass here.
-rw-r--r-- | hakyll.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 291f836..bd3bfdc 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -174,7 +174,7 @@ Library data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, directory >= 1.2.7.0 && < 1.4, - file-embed >= 0.0.10.1 && < 0.0.12, + file-embed >= 0.0.10.1 && < 0.0.13, filepath >= 1.0 && < 1.5, lrucache >= 1.1.1 && < 1.3, memory >= 0.14.18 && < 0.16, |