{ cabal, aeson, cmdargs, filepath, haskellSrcExts, mtl, strict, syb , yaml }: cabal.mkDerivation (self: { pname = "stylish-haskell"; version = "0.5.3.0"; sha256 = "1qg24cm2mxkskh701zcg5g8l5hnh3nkaw71mijxr80izls1wlf0z"; 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; }; })