[Haskell-cafe] Hidden module?

2009-02-27 Thread Cristiano Paris
Cabalising hsc2hc I get (this is actually from manually building the package): --- [pa...@bagend hsc2hs-0.67.20061107]$ runghc Setup.hs build Preprocessing executables for hsc2hs-0.67.20061107... Building hsc2hs-0.67.20061107... Main.hs:32:7: Could not find module `System.Process': it

Re: [Haskell-cafe] Hidden module?

2009-02-27 Thread Daniel Fischer
Am Freitag, 27. Februar 2009 15:13 schrieb Cristiano Paris: Cabalising hsc2hc I get (this is actually from manually building the package): --- [pa...@bagend hsc2hs-0.67.20061107]$ runghc Setup.hs build Preprocessing executables for hsc2hs-0.67.20061107... Building hsc2hs-0.67.20061107...

Re: [Haskell-cafe] Hidden module?

2009-02-27 Thread Cristiano Paris
On Fri, Feb 27, 2009 at 3:19 PM, Daniel Fischer daniel.is.fisc...@web.de wrote: Cabal hides all packages not listed among the build-depends when building the libraries. I think in 2006, System.Process was in the base package ('twas before the base-split), so process is not listed among the