haskell / haskell-ide-engine

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

upload to hackage #626

Closed thkoch2001 closed 5 years ago

thkoch2001 commented 6 years ago

I'd like to eventually have haskell-ide-engine in Debian. Debian has nice tooling to package from hackage, so it would help to have hie present there.

I see that there is #328 (presence in Stackage) which seems related, but I understand that there is no dependency missing on hackage at this moment?

alanz commented 6 years ago

Unfortunately there is a chain of dependencies missing, anchored on cabal-helper and ghc-mod

l29ah commented 5 years ago

Bump? Both cabal-helper and ghc-mod are present on hackage.

l29ah commented 5 years ago

Oh, okay, ghc-mod is not fresh enough.

alanz commented 5 years ago

This is basically the same as #328