[Haskell-cafe] Embedding compiled Haskell Platform in custom application

2013-09-23 Thread blackbox.dev.ml
Hi! I'm writing a tool that generates haskell code, build it with cabal and launch it. I want to deliver that tool to clients, but I don't want to force them, to install system wide any specific ghc or cabal version. How can I embed compiled ghc, cabal and selected libraries (for specific

Re: [Haskell-cafe] Embedding compiled Haskell Platform in custom application

2013-09-23 Thread Henk-Jan van Tuyl
On Mon, 23 Sep 2013 14:03:00 +0200, blackbox.dev.ml blackbox.dev...@gmail.com wrote: Hi! I'm writing a tool that generates haskell code, build it with cabal and launch it. I want to deliver that tool to clients, but I don't want to force them, to install system wide any specific ghc or cabal