tweag / ormolu

A formatter for Haskell source code
https://ormolu-live.tweag.io
Other
958 stars 83 forks source link

Add to Stackage #412

Closed mrkkrp closed 4 years ago

mrkkrp commented 5 years ago

We should add the package to Stackage so that:

  1. It benefits from Stackage reports when dependency boundaries should be updated.
  2. People can use it easier with Stack.

Prerequisites: #344 (because Stackage nightly is now on GHC 8.8.1).

sir4ur0n commented 4 years ago

I wanted to point out that integration into Intellij-Haskell requires Ormolu to be available on Stackage, see https://github.com/rikvdkleij/intellij-haskell/issues/485

mrkkrp commented 4 years ago

Need nixpkgs to have GHC 8.8.1 as the default GHC version so we can switch to that on CI. I haven't checked that for a while though.

mrkkrp commented 4 years ago

Or perhaps we need to support at least two versions of GHC at the same time to make things more smooth here. (Hear this @aspiwack !)

mrkkrp commented 4 years ago

Ormolu is now on Stackage.