Re: [Haskell-cafe] GHC 6.13 and GHC 7.6 in parallel on Linux

2012-09-28 Thread Johannes Waldmann
How is it possible to run 2 different versions of GHC if you installed the binary packages in standard locations, look in /usr/local/bin/ghc* : you have ghc-6.12.3, ghc-7.6.1 etc. and each one knows how to find their libraries. you can even say cabal install --with-ghc=ghc-7.6.1 foo

[Haskell-cafe] GHC 6.13 and GHC 7.6 in parallel on Linux

2012-09-27 Thread spacestat...@venussociety.org
Hello to everyone, First of all sorry if my question posted to this list is maybe OFF TOPIC. Myself is using Haskell from time to time on WIN XP and OpenSuse system. So far without a problem using RWH book as reference and 6.12 version with a lot of modules installed via cabal. Also a Hugs

Re: [Haskell-cafe] GHC 6.13 and GHC 7.6 in parallel on Linux

2012-09-27 Thread Felipe Almeida Lessa
On Thu, Sep 27, 2012 at 1:02 PM, spacestat...@venussociety.org spacestat...@venussociety.org wrote: How is it possible to run 2 different versions of GHC on the same computer ( OS , in my case OpenSuse 6.1x and hopefully 7.6 ) Just use hsenv [1] (formerly known as virthualenv). [1]

Re: [Haskell-cafe] GHC 6.13 and GHC 7.6 in parallel on Linux

2012-09-27 Thread mukesh tiwari
On Thu, Sep 27, 2012 at 9:32 PM, spacestat...@venussociety.org spacestat...@venussociety.org wrote: ** Hello to everyone, First of all sorry if my question posted to this list is maybe OFF TOPIC. Myself is using Haskell from time to time on WIN XP and OpenSuse system. So far without a

Re: [Haskell-cafe] GHC 6.13 and GHC 7.6 in parallel on Linux

2012-09-27 Thread mukesh tiwari
I thought you are asking for how to install two versions of GHC on same system. Sorry for irrelevant answer. Mukesh Tiwari On Thu, Sep 27, 2012 at 10:05 PM, mukesh tiwari mukeshtiwari.ii...@gmail.com wrote: On Thu, Sep 27, 2012 at 9:32 PM, spacestat...@venussociety.org