From 09882de5f3cbfd62d59b9ec94723a90d67555b7d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 30 Aug 2021 20:19:13 -0400 Subject: Update to ghc 8.10.4 This also makes some changes to the build tooling to clean up the environment a bit, and get us closer to 'bild -s'. --- .ghci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ghci') diff --git a/.ghci b/.ghci index bd32c11..86708ec 100644 --- a/.ghci +++ b/.ghci @@ -8,5 +8,5 @@ :def iq (\arg -> let [x, y] = Prelude.words arg in return <| "import qualified " ++ x ++ " as " ++ y) :def hoogle \s -> return <| ":! hoogle search --count=15 \"" ++ s ++ "\"" :def hdoc \s -> return <| ":! hoogle search --info \"" ++ s ++ "\"" -:def f \_ -> return <| ":! ftags \n:r" +:def! f \_ -> return <| ":! ftags \n:r" :def test \_ -> return <| ":main test" -- cgit v1.2.3