lspitzner / brittany

haskell source code formatter
GNU Affero General Public License v3.0
690 stars 72 forks source link

Cut a new release #211

Closed eborden closed 5 years ago

eborden commented 5 years ago

brittany has fallen out of stackage because 0.11.0.0 does not build with GHC 8.6.x. There are two paths to getting it back in.

  1. Cut a release of 0.11.x that includes the necessary changes for 8.6.x
  2. Cut a major release from master

I'm not sure which path you'd like to follow. 1 is a path that may require some work, but will continue support for that branch of the tool for users that aren't ready for major feature upgrades. 2 is the path of least resistance, but cutting a release requires more thought than just stackage LTS pressure.

tfausak commented 5 years ago

Closing this for now. Keep your eyes peeled 😉

lspitzner commented 5 years ago

See https://github.com/commercialhaskell/stackage/pull/4635