summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-12-30 15:51:04 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-12-30 15:51:04 -0800
commit547ad7fd1b705875db9320681d3c259a810d2958 (patch)
treec24d6a06b5da8acb37f22db282fdd5c672968ac9 /pandoc.cabal
parent5e5859f126d70a31f42afda9df7d11990a29f6b6 (diff)
Require file-embed >= 0.0.4.7.
This fixes a bug with embedDir on Windows: previously forward slashes were used as path separators.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
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)