Unverified Commit ece1ffd8 authored by Rebecca Turner's avatar Rebecca Turner
Browse files

fourmolu: init at 0.14.0.0

`fourmolu` is a configurable fork of `ormolu`, and it's one of the more
common Haskell formatters (used by `cabal-install` among other
projects). This adds a top-level derivation for it.
parent 3060a69f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
{
  haskellPackages,
  haskell,
}:

let
  inherit (haskell.lib.compose)
    justStaticExecutables
    ;
in
justStaticExecutables haskellPackages.fourmolu