be friendlier to user (was Re: What's next?)

2013-09-07 Thread Sergei Trofimovich
On Wed, 4 Sep 2013 21:14:03 -0700 Johan Tibell johan.tib...@gmail.com wrote: Hi all, With 1.18 out the door it's time to look towards the future. Here are the major themes I'd like to see us work on next: While those are grand and nice goals I'd like to see some progress in tiny bits - just

Re: be friendlier to user (was Re: What's next?)

2013-09-07 Thread Herbert Valerio Riedel
On 2013-09-07 at 09:00:47 +0200, Sergei Trofimovich wrote: [...] 2. Would be nice for cabal build somehow check that 'ghc --make' can't access files not present in .cabal file. That way amount of packages with missing uploaded tests could be shunken down. Otherwise we have

Re: be friendlier to user (was Re: What's next?)

2013-09-07 Thread Dag Odenhall
On Sat, Sep 7, 2013 at 1:29 PM, Herbert Valerio Riedel h...@gnu.org wrote: sounds like https://github.com/haskell/cabal/pull/1455 That‘s great if they’re adding a warning for modules, but it'd be even better if it would warn about any missing files not just modules. For example,