haskell / time

A time library
http://hackage.haskell.org/package/time
Other
118 stars 78 forks source link

Mark Data.Time.Clock.Internal.SystemTime as safe if possible. #144

Closed AndreasPK closed 3 years ago

AndreasPK commented 3 years ago

In particular when we don't have HAVE_CLOCK_GETTIME then we only import SAFE modules so we can mark this module SAFE as well.

Required for https://gitlab.haskell.org/ghc/ghc/-/issues/19002

AshleyYakeley commented 3 years ago

I still need to update the version (to 1.11.1.1). I should have a tested release later today in the ghc branch.

AshleyYakeley commented 3 years ago

OK, done.