[Hackage] #744: cabal-install depends on time library 1.1.*, whereas 1.2 is default

#744: cabal-install depends on time library 1.1.*, whereas 1.2 is default ----------------------------------+----------------------------------------- Reporter: guest | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: 1.8.0.4 Severity: normal | Keywords: Difficulty: very easy (<1 hour) | Ghcversion: 6.10.4 Platform: Linux | ----------------------------------+----------------------------------------- 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. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/744 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#744: cabal-install depends on time library 1.1.*, whereas 1.2 is default ----------------------------------+----------------------------------------- Reporter: guest | Owner: Type: defect | Status: new Priority: normal | Milestone: cabal-install-0.10 Component: cabal-install tool | Version: 1.8.0.4 Severity: normal | Keywords: Difficulty: very easy (<1 hour) | Ghcversion: 6.10.4 Platform: Linux | ----------------------------------+----------------------------------------- Changes (by duncan): * milestone: => cabal-install-0.10 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/744#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#744: cabal-install depends on time library 1.1.*, whereas 1.2 is default ---------------------------------+------------------------------------------ Reporter: guest | Owner: Type: defect | Status: closed Priority: normal | Milestone: cabal-install-0.10 Component: cabal-install tool | Version: 1.8.0.4 Severity: normal | Resolution: fixed Keywords: | Difficulty: very easy (<1 hour) Ghcversion: 6.10.4 | Platform: Linux ---------------------------------+------------------------------------------ Changes (by benmachine): * status: new => closed * resolution: => fixed Comment: 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. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/744#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage