{ cabal, aeson, cmdargs, filepath, haskellSrcExts, mtl, strict, syb , yaml }: cabal.mkDerivation (self: { pname = "stylish-haskell"; version = "0.5.4.0"; sha256 = "1bnsjs5s760xnk3s1l7kjqr2svxp4a881p9z2slaywi5kn0v5mwf"; isLibrary = true; isExecutable = true; buildDepends = [ aeson cmdargs filepath haskellSrcExts mtl strict syb yaml ]; meta = { homepage = "https://github.com/jaspervdj/stylish-haskell"; description = "Haskell code prettifier"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })