diff options
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 5fb4a01a5..d3f17a2f0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -232,7 +232,7 @@ Library build-depends: blaze-html >= 0.4.3.0 && < 0.5 if flag(embed_data_files) - build-depends: file-embed >= 0.0.4 && < 0.1, + build-depends: file-embed >= 0.0.4.7 && < 0.1, template-haskell >= 2.4 && < 2.9 cpp-options: -DEMBED_DATA_FILES if impl(ghc >= 7.0.1) |