Rename System.Event to GHC.Event
authorIan Lynagh <igloo@earth.li>
Mon, 21 Mar 2011 23:43:46 +0000 (23:43 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 21 Mar 2011 23:43:46 +0000 (23:43 +0000)
commit5caacc93b6904c13dd363f3ba4815c25c6c4fb26
tree60c5b13b3ec32314f6d4416c3001cc9363bcf20c
parenta6ad1ebfcad259e9b8ba60c32ab04437e328f54a
Rename System.Event to GHC.Event
It's just an internal GHC library, for now at least
15 files changed:
GHC/Conc/IO.hs
GHC/Event.hs [moved from System/Event.hs with 93% similarity]
GHC/Event/Array.hs [moved from System/Event/Array.hs with 98% similarity]
GHC/Event/Clock.hsc [moved from System/Event/Clock.hsc with 96% similarity]
GHC/Event/Control.hs [moved from System/Event/Control.hs with 99% similarity]
GHC/Event/EPoll.hsc [moved from System/Event/EPoll.hsc with 97% similarity]
GHC/Event/IntMap.hs [moved from System/Event/IntMap.hs with 99% similarity]
GHC/Event/Internal.hs [moved from System/Event/Internal.hs with 99% similarity]
GHC/Event/KQueue.hsc [moved from System/Event/KQueue.hsc with 98% similarity]
GHC/Event/Manager.hs [moved from System/Event/Manager.hs with 95% similarity]
GHC/Event/PSQ.hs [moved from System/Event/PSQ.hs with 99% similarity]
GHC/Event/Poll.hsc [moved from System/Event/Poll.hsc with 97% similarity]
GHC/Event/Thread.hs [moved from System/Event/Thread.hs with 96% similarity]
GHC/Event/Unique.hs [moved from System/Event/Unique.hs with 97% similarity]
base.cabal