diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-08-05 10:58:34 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-08-06 20:25:54 -0400 |
commit | c83e39bf91cfeb17a54ccfd5d01bfdfa1b4a72c9 (patch) | |
tree | 3f5a598421524149dbc3cf856bdc185024e6ca44 | |
parent | 0c1ccf3cad5da8ae974c2813767cfcc489391e21 (diff) | |
download | haskell-c83e39bf91cfeb17a54ccfd5d01bfdfa1b4a72c9.tar.gz |
Remove old/broken(?) .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 |