From 2a387951988eb51d8b2d0d5d438ebddcd18fdf1d Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Mon, 28 Sep 2015 12:03:30 +0300 Subject: [PATCH] Add ghci to Haskell bins --- haskell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell.json b/haskell.json index 1a1806523e..bb44cbaae8 100644 --- a/haskell.json +++ b/haskell.json @@ -13,6 +13,7 @@ }, "bin": [ "bin\\ghc.exe", + "bin\\ghci.exe", "bin\\ghc-pkg.exe", "bin\\haddock.exe", "bin\\hp2ps.exe",