atom-haskell-archive / autocomplete-haskell

Atom autocomplete-plus provider for haskell
https://atom.io/packages/autocomplete-haskell
MIT License
23 stars 1 forks source link

Aliases are not honored for unqualified imports #15

Closed lierdakil closed 8 years ago

lierdakil commented 8 years ago

minimal testcase:

import Data.Map as M

test = M.ins<completion here>
lierdakil commented 8 years ago

Fixed with haskell-ghc-mod 1.19.0