Require file-embed >= 0.0.4.7.

This fixes a bug with embedDir on Windows:  previously
forward slashes were used as path separators.
This commit is contained in:
John MacFarlane 2012-12-30 15:51:04 -08:00
parent 5e5859f126
commit 547ad7fd1b

View file

@ -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)