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.
This commit is contained in:
Konstantin Molchanov 2014-07-24 23:35:04 +04:00
parent af2d50dfee
commit 05d1f454ba

View File

@ -11,6 +11,7 @@
"bin\\hpc.exe",
"bin\\hsc2hs.exe",
"bin\\runghc.exe",
"bin\\runhaskell.exe"
"bin\\runhaskell.exe",
"lib\\extralibs\\bin\\cabal.exe"
]
}
}