Ticket #3172 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

syb-0.1.0.1 doesn't require base >= 4 in its .cabal file

Reported by: Saizan Owned by:
Priority: normal Milestone:
Component: libraries (other) Version:
Keywords: syb cabal Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

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.

Change History

Changed 4 years ago by igloo

  • status changed from new to closed
  • difficulty set to Unknown
  • resolution set to fixed

Fixed:

Sun May 24 16:57:12 BST 2009  Ian Lynagh <igloo@earth.li>
  * Give bounds for the base dependency; fixes #3172
Note: See TracTickets for help on using tickets.