haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 212 forks source link

Use haskell-src-exts 1.22 #1679

Closed jneira closed 4 years ago

jneira commented 4 years ago

It will need to be rebased onto #1678 Fixes #1649

jneira commented 4 years ago

One of the needed changes had been to bump hlint version to 5.0.17.15

fendor commented 4 years ago

Please rebase changes!

jneira commented 4 years ago

@fendor done! but i've got locally the same error with askUnliftIO. The cause is i have to bump up cabal index to take in account the hsimport revision. I guess we should fix the issue without stick to a hackage index point.

jneira commented 4 years ago

I am constraining unliftio-core to fix the build, @alanz could we include this in the release if the build get fixed?