1) Will these two modules coexist in the same version of GHC? Or put it another way, both modules' .tar.gz files have System/IO/Strict.hs inside, will they overlap in physical disk? From where can I tell which locations they will be installed to?
2) If yes, which module will "import System.IO.Strict" actually use?