[commit: ghc] wip/nfs-locking: Add a .ghci file, useful for experimenting and using ghcid (4444fa4)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:47:37 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/4444fa437e6a36908414924a707ff538841f17a1/ghc

>---------------------------------------------------------------

commit 4444fa437e6a36908414924a707ff538841f17a1
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sat Jan 9 21:33:21 2016 +0000

    Add a .ghci file, useful for experimenting and using ghcid


>---------------------------------------------------------------

4444fa437e6a36908414924a707ff538841f17a1
 .ghci | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.ghci b/.ghci
new file mode 100644
index 0000000..1fe85b3
--- /dev/null
+++ b/.ghci
@@ -0,0 +1,2 @@
+:set -Wall -isrc
+:load Main



More information about the ghc-commits mailing list