The PackageImports hack doesn't seem to be working. Is this a peculiarity of the extension, or of GHCi, or have I gotten the imports/exports wrong -- https://gist.github.com/saurabhnanda/cab87791d38cca3bfe2cce66cead9080

Note: The package-qualified import and my package name are the **same**


Have put this question upon on StackOverflow for greater visibility -- http://stackoverflow.com/questions/41896211/how-to-use-packageimports-extension-to-shadow-a-module

 
And I managed to find a solution after scratching my head around yet another Haskell limitation related to modules! http://stackoverflow.com/a/41906492/534481 


--