mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
fix type check failure (Int32 vs Int64)
This commit is contained in:
parent
3149d3ab50
commit
680bd1c2a2
@ -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