summaryrefslogtreecommitdiff
path: root/hadrian/.ghci
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/.ghci')
-rw-r--r--hadrian/.ghci11
1 files changed, 11 insertions, 0 deletions
diff --git a/hadrian/.ghci b/hadrian/.ghci
new file mode 100644
index 0000000000..8bb287b0c9
--- /dev/null
+++ b/hadrian/.ghci
@@ -0,0 +1,11 @@
+: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