cabal-install-1.16.0.2

2012-10-15 Thread Johan Tibell
Hi all, I've created bug fix release candidates for Cabal and cabal-install to address the bugs found after the release. If everyone could take some time to try them out, especially those who had issues with the previous releases. To install the release candidates run: cabal install

Re: cabal-install-1.16.0.2

2012-10-15 Thread Johan Tibell
On Mon, Oct 15, 2012 at 7:16 PM, Johan Tibell johan.tib...@gmail.com wrote: Hi all, I've created bug fix release candidates for Cabal and cabal-install to address the bugs found after the release. Here's the list of fixed bugs: Fixed since cabal-install-1.16.0: * Fix installing from custom

Output of cabal sandbox commands

2012-10-15 Thread Johan Tibell
Hi, If we're going to be using sandboxes extensively (I think we should!) having each command output the sandbox location is a bit much. Perhaps make this line: Using a sandbox located at /Users/tibbe/src/cassava/.cabal-sandbox only appear at higher verbosity? I think we should output

Re: [Haskell-cafe] cabal-install-1.16.0.2

2012-10-15 Thread Andrés Sicard-Ramírez
Hi Johan, On Mon, Oct 15, 2012 at 10:18 PM, Johan Tibell johan.tib...@gmail.com wrote: Fixed since Cabal-1.16.0.1: * Fixed warnings on the generated Paths module. The warnings are generated by the flag '-fwarn-missing-import-lists'. I tested this issue with Cabal-1.16.0.2 and the issue was

Re: Output of cabal sandbox commands

2012-10-15 Thread Mikhail Glushenkov
Hi Johan, On Tue, Oct 16, 2012 at 5:27 AM, Johan Tibell johan.tib...@gmail.com wrote: Hi, If we're going to be using sandboxes extensively (I think we should!) having each command output the sandbox location is a bit much. Perhaps make this line: Using a sandbox located at

Re: Output of cabal sandbox commands

2012-10-15 Thread Johan Tibell
On Mon, Oct 15, 2012 at 9:34 PM, Mikhail Glushenkov the.dead.shall.r...@gmail.com wrote: On Tue, Oct 16, 2012 at 5:27 AM, Johan Tibell johan.tib...@gmail.com wrote: Hi, If we're going to be using sandboxes extensively (I think we should!) having each command output the sandbox location is a