From 934a0983f08ce93cec1f8cc05b5108352d633c22 Mon Sep 17 00:00:00 2001 From: Benjamin Koch <snowball@c3pb.de> Date: Wed, 16 Dec 2020 22:19:48 +0100 Subject: [PATCH] Move comment --- load-all.ghci | 1 + run-ghci.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/load-all.ghci b/load-all.ghci index 32b94e9..38790aa 100644 --- a/load-all.ghci +++ b/load-all.ghci @@ -1,5 +1,6 @@ :set -isrc -XOverloadedStrings -XNamedFieldPuns -XLambdaCase -XMultiWayIf -XScopedTypeVariables +# see https://gitlab.haskell.org/ghc/ghc/-/issues/10920 :set -XNoImplicitPrelude :load src/Prelude.hs :set -XImplicitPrelude diff --git a/run-ghci.sh b/run-ghci.sh index ea18fa0..afef36c 100755 --- a/run-ghci.sh +++ b/run-ghci.sh @@ -1,4 +1,3 @@ #!/usr/bin/env bash set -e -# see https://gitlab.haskell.org/ghc/ghc/-/issues/10920 stack exec -- ghci -ghci-script load-all.ghci -- GitLab