This might seem like a silly question, but what&#39;s the reasoning behind the following behaviour?<br><br>% ghc-pkg list dataenc<br>/usr/lib/ghc-6.8.2/package.conf:<br>% ghc --make -hide-package dataenc -isrc UT.hs<br>ghc-6.8.2
: unknown package: dataenc<br><br>Hiding an uninstalled package doesn&#39;t seem to warrant failing compilation!<br><br>/M<br>