From ca112cb4484c3d13e020a7d03a5ff5f7cd522efc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 17 May 2018 20:49:52 -0700 Subject: [PATCH] stack: comment out pandoc & co for now to fix build failure --- stack-ghc8.2.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stack-ghc8.2.yaml b/stack-ghc8.2.yaml index 35d4b6bad..c4adb58d4 100644 --- a/stack-ghc8.2.yaml +++ b/stack-ghc8.2.yaml @@ -11,9 +11,11 @@ packages: extra-deps: - easytest-0.2 -- pandoc-2.1 -- http-types-0.11 -- skylighting-0.5.1 +# XXX may need to enable these when building Shake.hs. +# They probably shouldn't be here, and are causing headaches, so commented for now. +# - pandoc-2.2.1 +# - http-types-0.11 +# - skylighting-0.5.1 nix: pure: false