Pandoc 'Could not find module …' for installed module
问题 I'm currently trying to use pandoc (as a Haskell module, not as a program) to convert MediaWiki text to other formats. Let's assume this program: import Text.Pandoc.Readers.MediaWiki main = do print "foo" When using runghc to run it, I get the following error message: pandock.hs:1:8: Could not find module `Text.Pandoc.Readers.MediaWiki' Use -v to see a list of the files searched for. My first assumption was that pandoc was either not installed or incorrectly installed. Therefore I reinstalled