elm / compiler

Compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
7.51k stars 661 forks source link

Move the project to stack #2157

Closed radrow closed 3 years ago

radrow commented 3 years ago

Stack projects are much easier to manage and work with. Why not consider moving from raw cabal to it? It would make contributing and general development much nicer. Also, the switch is not a big deal anyway.

Purescript uses stack, just sayin'

github-actions[bot] commented 3 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.

razzeee commented 3 years ago

Duplicate of https://github.com/elm/compiler/pull/1980 unless the view changed

evancz commented 3 years ago

I like to use cabal for development. I have had problems with stack in the past.