[commit: packages/filepath] RyanGlScott-patch-1, master: Add extra .ghci warning (7bc0be8)
git at git.haskell.org
git at git.haskell.org
Thu Sep 13 14:51:25 UTC 2018
Repository : ssh://git@git.haskell.org/filepath
On branches: RyanGlScott-patch-1,master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/7bc0be8b39436645e752091c1ca3d3c9a3f18b5b
>---------------------------------------------------------------
commit 7bc0be8b39436645e752091c1ca3d3c9a3f18b5b
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Nov 26 21:18:32 2017 +0000
Add extra .ghci warning
>---------------------------------------------------------------
7bc0be8b39436645e752091c1ca3d3c9a3f18b5b
.ghci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ghci b/.ghci
index 6e8b1b3..04cd2bf 100644
--- a/.ghci
+++ b/.ghci
@@ -1,4 +1,4 @@
-:set -fwarn-unused-binds -fwarn-unused-imports
+:set -fwarn-unused-binds -fwarn-unused-imports -fwarn-orphans
:set -isrc -itests
:load System.FilePath System.FilePath.Windows System.FilePath.Posix Generate Test
import qualified System.FilePath.Windows as W
More information about the ghc-commits
mailing list