[commit: ghc] wip/nfs-locking: Enable RecordWildCards (fa4ca65)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:18:27 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/fa4ca65a88bd883758888df5665d78844138c69f/ghc
>---------------------------------------------------------------
commit fa4ca65a88bd883758888df5665d78844138c69f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Jul 13 00:37:22 2016 +0100
Enable RecordWildCards
>---------------------------------------------------------------
fa4ca65a88bd883758888df5665d78844138c69f
.ghci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ghci b/.ghci
index 2f24ebe..85dfc94 100644
--- a/.ghci
+++ b/.ghci
@@ -1,2 +1,2 @@
-:set -Wall -fno-warn-name-shadowing -isrc
+:set -Wall -fno-warn-name-shadowing -isrc -XRecordWildCards
:load Main
More information about the ghc-commits
mailing list