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

Li-yao Xia lysxia at gmail.com
Sun Jun 27 12:13:22 UTC 2021


This might be this known bug https://github.com/haskell/cabal/issues/5119

On 6/26/2021 6:40 PM, 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.
> 
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
> 


More information about the Haskell-Cafe mailing list