diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-05 13:43:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-05 13:43:29 -0400 |
commit | 99f29fecc64a7dde5a0eb644efe3ebfc6e1b3c36 (patch) | |
tree | ee6cf25a7cebf4140fbe4e698d7e9956da7db707 | |
parent | 4caca9f5acdbb71ce8fb537990e732ac58a1f94a (diff) |
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.
-rw-r--r-- | stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 1c3a653af..0aa0f9de5 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,6 +11,7 @@ flags: webdav: true torrentparser: true webapp: true + magicmime: false android: false androidsplice: false ekg: false |