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.

+11
+11
pkgs/by-name/fo/fourmolu/package.nix
···
··· 1 + { 2 + haskellPackages, 3 + haskell, 4 + }: 5 + 6 + let 7 + inherit (haskell.lib.compose) 8 + justStaticExecutables 9 + ; 10 + in 11 + justStaticExecutables haskellPackages.fourmolu