diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-08-05 10:58:34 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2019-08-05 10:58:34 +0100 |
commit | 38156169f6057f7ea1767b95e77e3b02d9c9bed9 (patch) | |
tree | e3424984cc48c747aa0086f9b5a972337ae17f5f | |
parent | a5227080b57cb51ac34d4c9de1accdf6360b818b (diff) | |
download | haskell-wip/hadrian-remove-old-ghci-script.tar.gz |
Remove old/broken(?) .ghci scriptwip/hadrian-remove-old-ghci-script
I was attempting to load hadrian into ghci by using
`cabal new-repl exe:hadrian` but it failed because it tried
to use this `.ghci` configuration.
I'm not sure who used this script but you should really use the new-repl
method.
-rw-r--r-- | hadrian/.ghci | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hadrian/.ghci b/hadrian/.ghci deleted file mode 100644 index 8bb287b0c9..0000000000 --- a/hadrian/.ghci +++ /dev/null @@ -1,11 +0,0 @@ -:set -Wall -fno-warn-name-shadowing -isrc -i../libraries/Cabal/Cabal -:set -XDeriveFunctor -:set -XDeriveGeneric -:set -XFlexibleInstances -:set -XGeneralizedNewtypeDeriving -:set -XLambdaCase -:set -XRecordWildCards -:set -XScopedTypeVariables -:set -XTupleSections - -:load Main |