Re: [Haskell-cafe] Discovery of unnecessary build-depends

2012-09-29 Thread Ozgur Akgun
On 28 September 2012 19:29, Jason Whittle ja...@funnelfire.com wrote: Is there a tool available that will tell me if the cabal file for my library or application has any unnecessary build-depends? FWIW, I felt the need for such a tool many times before too. The same tool can also report

[Haskell-cafe] Discovery of unnecessary build-depends

2012-09-28 Thread Jason Whittle
Is there a tool available that will tell me if the cabal file for my library or application has any unnecessary build-depends? I have a habit of developing new modules within an application and then moving them out to separate libraries. For instance, I might move module Foo out of my application