Today I was experimenting with Haskell and this error struck me:
X Could not find Module
There are files missing in thePreludebase-x-x-xpackage,
This has an easy fix:
Install the ghc-static package
sudo pacman -S ghc-static
Then all should compile easily.