From 547ad7fd1b705875db9320681d3c259a810d2958 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Sun, 30 Dec 2012 15:51:04 -0800
Subject: [PATCH] Require file-embed >= 0.0.4.7.

This fixes a bug with embedDir on Windows:  previously
forward slashes were used as path separators.
---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)