[Haskell-cafe] How to eliminate Cabal warning message, re: internal library version number?

Tom Ellis tom-lists-haskell-cafe-2017 at jaguarpaw.co.uk
Sun Jun 27 07:24:30 UTC 2021


On Sat, Jun 26, 2021 at 03:40:40PM -0700, David Banas wrote:
> How do I eliminate these messages from my `cabal build` output?
> 
> Warning: The package has an extraneous version range for a dependency on an
> internal library: {proj_name} >=0 && ==0.1.0.0. This version range includes the
> current package but isn't needed as the current package's library will always
> be used.

Presumably you remove the version bounds on that dependency.


More information about the Haskell-Cafe mailing list