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:
parent
f3ebf7a07b
commit
a02b46b3f5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ flags:
|
|||
webdav: true
|
||||
torrentparser: true
|
||||
webapp: true
|
||||
magicmime: false
|
||||
android: false
|
||||
androidsplice: false
|
||||
ekg: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue