From a02b46b3f5a218c19f5e45583af18e18141eed52 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Feb 2016 13:43:29 -0400 Subject: [PATCH] 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. --- stack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stack.yaml b/stack.yaml index 1c3a653af9..0aa0f9de52 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