
On Sun, 11 Apr 2010 01:51:16 -0700
Ashley Yakeley
I've uploaded time-1.2 to Hackage. Differences from 1.1.4:
* Data instances for all types, where supported.
* Some parsing code and Read instances are removed when Rank2Types is not supported.
The feature support calculation is a bit fiddly and may be wrong. I've tested it with GHC 6.10.4 and 6.12.1, but not anything that doesn't support Rank2Types.
I'd like to report build breakage of hackage's tarball: $ cabal unpack time-1.2 $ cd time-1.2 $ time-1.2:cabal configure ... [sf] /tmp/y/time-1.2:cabal build Preprocessing library time-1.2... Building time-1.2... Data/Time/Clock/TAI.hs:2:0: error: HsConfigure.h: No such file or directory Distribution seems to lack some files.
-- Ashley Yakeley
-- Sergei