Rename System.Event to GHC.Event
[ghc-base.git] / GHC / Event / Clock.hsc
similarity index 96%
rename from System/Event/Clock.hsc
rename to GHC/Event/Clock.hsc
index ae31a7b..98758a3 100644 (file)
@@ -1,6 +1,6 @@
 {-# LANGUAGE NoImplicitPrelude, BangPatterns, ForeignFunctionInterface #-}
 
-module System.Event.Clock (getCurrentTime) where
+module GHC.Event.Clock (getCurrentTime) where
 
 #include <sys/time.h>