From 702128e7e3955bc743c6bc2ebadcfd437f86e10b Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Mon, 21 Mar 2022 20:58:14 +0000 Subject: [PATCH] Update .ghci --- .ghci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ghci b/.ghci index 597edfc..b85148d 100644 --- a/.ghci +++ b/.ghci @@ -1,4 +1,4 @@ -:set -fwarn-unused-binds -fwarn-unused-imports -fwarn-orphans +:set -Wunused-binds -Wunused-imports -Worphans :set -isrc :load src\Test.hs src\Paths.hs :def test const $ pure ":main"