mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-19 10:41:57 +01:00
Merge pull request #371 from sbergot/master
fix type check failure (Int32 vs Int64)
This commit is contained in:
commit
18b12d86ff
@ -24,7 +24,7 @@ import Filesystem (isFile)
|
|||||||
|
|
||||||
-- | Get current time
|
-- | Get current time
|
||||||
epochTime :: IO Tar.EpochTime
|
epochTime :: IO Tar.EpochTime
|
||||||
epochTime = (\(CTime t) -> t) <$> PC.epochTime
|
epochTime = (\(CTime t) -> fromIntegral t) <$> PC.epochTime
|
||||||
|
|
||||||
-- | All package/versions in a build plan, including core packages.
|
-- | All package/versions in a build plan, including core packages.
|
||||||
--
|
--
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user