Time library broken

Simon Peyton Jones simonpj at microsoft.com
Tue Feb 21 12:38:50 UTC 2017


I'm getting this

libraries/time/lib/Data/Time/Clock/Internal/SystemTime.hs:1:14: warning: [-Wtrustworthy-safe]

    'Data.Time.Clock.Internal.SystemTime' is marked as Trustworthy but has been inferred as safe!

  |

1 | {-# LANGUAGE Trustworthy #-}

  |              ^^^^^^^^^^^

Since I use -Werror in stage2, my build fails.
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20170221/9c5e0709/attachment.html>


More information about the ghc-devs mailing list