POSIX: Fix haddock links
You can't link to `System.Posix.EpochTime` since that module isn't imported, haddock will link it into nirvana. `Foreign.C.CTime` didn't work because that just leads to e.g. http://hackage.haskell.org/package/base-4.11.1.0/docs/Foreign-C.html#v:CTime which doesn't contain the function.
Please register or sign in to comment