[Haskell-cafe] GHC 6.11 missing time package?

Antoine Latter aslatter at gmail.com
Sun Feb 1 01:13:35 EST 2009


2009/1/31 Lyle Kopnicky <lists at qseep.net>:
> Hi folks,
> I'm getting ready to release a piece of software. Unfortunately due to a bug
> in GHC 6.10 on Windows it does not handle Ctrl+C properly. Since the bug has
> been fixed (thank you Simon Marlow), I figured I'd download a 6.11 build (I
> grabbed the 2009-01-29 version).
> Unfortunately, my project won't build with it because it's missing the
> time-1.1 package. This is sad because I had gone through the trouble to
> rewrite my use of oldtime to use time, thinking it was more future-proof. Is
> this an oversight in the nightly build, or is this package going out of GHC?
> Thanks,
> Lyle

Hackage seems to have it:

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/time

Does that work?

-Antoine


More information about the Haskell-Cafe mailing list