aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-27 09:36:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-27 09:36:27 -0700
commit03293a4ac48b66325dbb3df1a1285ec62ed3a825 (patch)
tree5a0a29bf9fbb1de5168852933df3c7f08002c9cf
parentec99e9de56eddfbe09715c55d6c818fb6df40508 (diff)
downloadpandoc-03293a4ac48b66325dbb3df1a1285ec62ed3a825.tar.gz
Quote RTS options in stack.yaml.
-rw-r--r--stack.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index f07b544e6..e292e2976 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -18,5 +18,5 @@ extra-deps:
- texmath-0.11.2.2
- cmark-gfm-0.1.8
ghc-options:
- "$locals": -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Werror=missing-home-modules -Widentities -Wcpp-undef -fhide-source-paths -j +RTS -A32M -RTS
+ "$locals": -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Werror=missing-home-modules -Widentities -Wcpp-undef -fhide-source-paths "+RTS -A32M -RTS"
resolver: lts-13.9