Ticket #744 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

cabal-install depends on time library 1.1.*, whereas 1.2 is default

Reported by: guest Owned by:
Priority: normal Milestone: cabal-install-0.10
Component: cabal-install tool Version: 1.8.0.4
Severity: normal Keywords:
Cc: Difficulty: very easy (<1 hour)
GHC Version: 6.10.4 Platform: Linux

Description

Building cabal-install worked fine for me with the latest version of the time library: 1.2.0.3.

I suggest removing the requirement '&& < 1.2' for the time library in cabal-install.cabal.

Change History

Changed 3 years ago by duncan

  • milestone set to cabal-install-0.10

Changed 2 years ago by benmachine

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

cabal-install.cabal now reads:

                   time     >= 1.1      && < 1.3

so I assume this is fixed. It would be a good idea to keep an eye on these things for future releases but I suppose we can make a separate ticket for those if/when they arise.

Note: See TracTickets for help on using tickets.