From bc56c8c606827114c273e4bde06fe510e82d59b8 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. --- bucket/haskell.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bucket/haskell.json b/bucket/haskell.json index 085f56c5..2da13ac8 100644 --- a/bucket/haskell.json +++ b/bucket/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 +}