[commit: ghc] wip/nfs-locking: Add default extensions to .ghci (b4977a3)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:55:17 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/b4977a3c7577cb135de38a20654878931e5814ea/ghc
>---------------------------------------------------------------
commit b4977a3c7577cb135de38a20654878931e5814ea
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sun Aug 13 23:44:07 2017 +0100
Add default extensions to .ghci
>---------------------------------------------------------------
b4977a3c7577cb135de38a20654878931e5814ea
.ghci | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.ghci b/.ghci
index 9c0fe7a..8bb287b 100644
--- a/.ghci
+++ b/.ghci
@@ -1,2 +1,11 @@
-:set -Wall -fno-warn-name-shadowing -isrc -i../libraries/Cabal/Cabal -XRecordWildCards
+: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
More information about the ghc-commits
mailing list