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:
parent
5e5859f126
commit
547ad7fd1b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue