23 lines
652 B
Nix
23 lines
652 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, dataDefault, haskellSrcExts, hspec, monadLoops, mtl, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hindent";
|
|
version = "4.0";
|
|
sha256 = "1l4dhp55ps92zvz2nmhs1j4hfsbs0r5f2b7idjcy8ibng8sgb361";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
|
|
testDepends = [
|
|
dataDefault haskellSrcExts hspec monadLoops mtl text
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
description = "Extensible Haskell pretty printer";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|