From 05d1f454ba859f2a8f17bbae62fa784cd2f54c2e Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Thu, 24 Jul 2014 23:35:04 +0400 Subject: [PATCH] Suggestion: Cabal shim added. I'm new to Haskell, and the very first thing that appears to be necessary with Haskell, is Cabal. So I think it's a reasonable decision to make a shim for it. --- haskell.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/haskell.json b/haskell.json index 085f56c57f..2da13ac80e 100644 --- a/haskell.json +++ b/haskell.json @@ -11,6 +11,7 @@ "bin\\hpc.exe", "bin\\hsc2hs.exe", "bin\\runghc.exe", - "bin\\runhaskell.exe" + "bin\\runhaskell.exe", + "lib\\extralibs\\bin\\cabal.exe" ] -} \ No newline at end of file +}