mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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
|
||||
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.
|
||||
--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user