#3172: syb-0.1.0.1 doesn't require base >= 4 in its .cabal file
-----------------------------+----------------------------------------------
Reporter: Saizan | Owner:
Type: bug | Status: new
Priority: normal | Component: libraries (other)
Version: | Severity: normal
Keywords: syb cabal | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
the syb package imports Data.Data, so it needs base-4.*.
syb-0.1.0.0 "correctly" depends on base >= 4 (it's more future proof to
use an upper bound too),
but syb-0.1.0.1 just uses base with no version range specified.
This leads cabal-install to think it's safe to use base-3 making the build
fail.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3172>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs