shithub: MicroHs

Download patch

ref: 1183599d461f1902162f40c7e4ea0a2e73accaa9
parent: a5afc67963c06c32c3cae99f558c261c71317595
author: Lennart Augustsson <lennart@augustsson.net>
date: Fri Apr 26 10:49:42 EDT 2024

Make it compile

--- a/lib/Data/Time/Clock.hs
+++ b/lib/Data/Time/Clock.hs
@@ -5,7 +5,7 @@
   getCurrentTime,
   ) where
 import Prelude
-import System.IO
+import System.IO.TimeMilli
 
 -- Second since 1970, probably
 newtype UTCTime = UTCTime Int
--