
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. -- Ashley Yakeley

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

Sergei Trofimovich wrote:
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.
Thanks. Fixed in 1.2.0.1. -- Ashley Yakeley

Ashley Yakeley
Distribution seems to lack some files.
Thanks. Fixed in 1.2.0.1.
And there is yet longstanding problem: 'cabal test' always fails on hackage tarballs: Setup.hs:
runTestScript :: Args -> Bool -> PackageDescription -> LocalBuildInfo -> IO () runTestScript _args _flag _pd _lbi = maybeExit $ withCurrentDirectory "test" $ system "make"
$ time: cabal test -v Creating ./dist/setup (and its parents) ./dist/setup/setup test --verbose=2 setup: test: does not exist Can they be exposed to release tarball? (if they exist and still work) Gentoo distribution supports for test running for just built packages (very useful when try to build gentoo on exotic architectures) and curretly time is one of rare failing ones. Thanks! -- Sergei

Sergei Trofimovich wrote:
Ashley Yakeley
wrote: Distribution seems to lack some files. Thanks. Fixed in 1.2.0.1.
And there is yet longstanding problem: 'cabal test' always fails on hackage tarballs:
Setup.hs:
runTestScript :: Args -> Bool -> PackageDescription -> LocalBuildInfo -> IO () runTestScript _args _flag _pd _lbi = maybeExit $ withCurrentDirectory "test" $ system "make"
$ time: cabal test -v Creating ./dist/setup (and its parents) ./dist/setup/setup test --verbose=2 setup: test: does not exist
Can they be exposed to release tarball? (if they exist and still work) Gentoo distribution supports for test running for just built packages (very useful when try to build gentoo on exotic architectures) and curretly time is one of rare failing ones.
Hopefully this is fixed in 1.2.0.2. -- Ashley Yakeley
participants (3)
-
Ashley Yakeley
-
Sergei Trofimovich
-
Simon Michael