disable magicmime build flag in stack.yaml

When it was enabled by default, stack tried to install the haskell magic
library, but that fails on systems without libmagic dev. So, we need to
disable this by default for stack, it seems.
This commit is contained in:
Joey Hess 2016-02-05 13:43:29 -04:00
parent f3ebf7a07b
commit a02b46b3f5
Failed to extract signature

View file

@ -11,6 +11,7 @@ flags:
webdav: true
torrentparser: true
webapp: true
magicmime: false
android: false
androidsplice: false
ekg: false