X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FEvent%2FIntMap.hs;fp=System%2FEvent%2FIntMap.hs;h=e3240269924b5e541f5dcb603379c67dd476d8db;hb=5caacc93b6904c13dd363f3ba4815c25c6c4fb26;hp=61ae002567461bd43985035d709e39c87f51e336;hpb=a6ad1ebfcad259e9b8ba60c32ab04437e328f54a;p=ghc-base.git diff --git a/System/Event/IntMap.hs b/GHC/Event/IntMap.hs similarity index 99% rename from System/Event/IntMap.hs rename to GHC/Event/IntMap.hs index 61ae002..e324026 100644 --- a/System/Event/IntMap.hs +++ b/GHC/Event/IntMap.hs @@ -2,7 +2,7 @@ ----------------------------------------------------------------------------- -- | --- Module : System.Event.IntMap +-- Module : GHC.Event.IntMap -- Copyright : (c) Daan Leijen 2002 -- (c) Andriy Palamarchuk 2008 -- License : BSD-style @@ -40,7 +40,7 @@ -- (32 or 64). ----------------------------------------------------------------------------- -module System.Event.IntMap +module GHC.Event.IntMap ( -- * Map type IntMap