knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

Fixed incorrect number of EVar type arguments #52

Closed y-usuzumi closed 8 years ago

y-usuzumi commented 8 years ago

According to https://hackage.haskell.org/package/haskell-src-exts-1.17.1/docs/Language-Haskell-Exts-Syntax.html, EVar accepts only 1 argument

knupfer commented 8 years ago

Hm, that's correct. I've got it working with version 1.16.0.1, it seems that they change the api quite often. Perhaps we should begin to generate .cabal files or us cpp...

Please report back if it works now for you (travis complains about unrelated liquid haskell stuff).

y-usuzumi commented 8 years ago

Yes I ensured it worked on my end before I made the pull request. I'm using the package from MELPA so I'll just wait for it to sync from your repo :)