diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-28 08:58:11 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-28 08:58:11 -0700 |
commit | 33476b30f9fbba76d260cd985754a37df197febc (patch) | |
tree | 7dbcd3545deb78c3072971004962912a6b160f5c | |
parent | f520c4dfbb1c63123a9a088d560d16dee8e0d686 (diff) | |
download | pandoc-33476b30f9fbba76d260cd985754a37df197febc.tar.gz |
stack.yaml: remove RTS options
-rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index e292e2976..aa594cde7 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 "+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 resolver: lts-13.9 |