summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/cabal_fmt.lua
blob: 698e22c38e3ea75110dd8ce14ed38617a7772439 (plain)
1
2
3
4
5
6
7
8
return {
  meta = {
    url = "https://hackage.haskell.org/package/cabal-fmt",
    description = "Format cabal files with cabal-fmt",
  },
  command = "cabal-fmt",
  stdin = true,
}