Skip to content
Snippets Groups Projects
Unverified Commit 3c9978ce authored by Ashley Yakeley's avatar Ashley Yakeley Committed by GitHub
Browse files

Merge pull request #105 from nh2/patch-1

POSIX: Fix haddock links
parents 9e96c261 02c4c1ca
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,6 @@ posixDayLength = nominalDay ...@@ -9,6 +9,6 @@ posixDayLength = nominalDay
-- | POSIX time is the nominal time since 1970-01-01 00:00 UTC -- | POSIX time is the nominal time since 1970-01-01 00:00 UTC
-- --
-- To convert from a 'Foreign.C.CTime' or 'System.Posix.EpochTime', use 'realToFrac'. -- To convert from a 'Foreign.C.Types.CTime' or @System.Posix.EpochTime@, use 'realToFrac'.
-- --
type POSIXTime = NominalDiffTime type POSIXTime = NominalDiffTime
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment