domenkozar / hie-nix

Nix packages for Haskell IDE Engine
115 stars 18 forks source link

Update to Hie 0.8.0.0 #55

Closed fendor closed 5 years ago

fendor commented 5 years ago

Bump hie-8.6 to ghc 8.6.4 Add symbolic link for hie to hie-8.6 since some editors want this.

domenkozar commented 5 years ago

Thanks! Building locally, once it's done I'll merge to master and make sure cachix is updated.

wizzup commented 5 years ago

Why can't we utilized travis to build and push to cachix for us?

domenkozar commented 5 years ago

Unfortunately travis is too slow and there's too much to build. I've tried restarting the job when it hits 50min, but after 5 restarts it was nowhere near done.

I'm planning to implement #28 as soon as https://github.com/hercules-ci/support/issues/2 is implemented