ennocramer / floskell

Floskell is a flexible Haskell source code pretty printer.
BSD 3-Clause "New" or "Revised" License
178 stars 22 forks source link

Support Stack default-extensions option #39

Open epeery opened 4 years ago

epeery commented 4 years ago

Floskell currently doesn't work if you omit language extensions enabled by default in package.yaml.

ennocramer commented 4 years ago

Support for parsing .cabal or package.yaml to extract enabled extensions is a nice feature, but I do not have time to work on this myself at the moment.