aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-05 13:43:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-05 13:43:29 -0400
commit99f29fecc64a7dde5a0eb644efe3ebfc6e1b3c36 (patch)
treeee6cf25a7cebf4140fbe4e698d7e9956da7db707 /stack.yaml
parent4caca9f5acdbb71ce8fb537990e732ac58a1f94a (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.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml1
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