efde40d785
This package remains broken because it cannot deal with the current version of haskell-src-exts.
22 lines
652 B
Nix
22 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 = "3.8";
|
|
sha256 = "015madajwljh2an3djla0qdds8bg7kgcdn3xb30cdf6gb77mf1xv";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
|
|
testDepends = [
|
|
dataDefault haskellSrcExts hspec monadLoops mtl text
|
|
];
|
|
meta = {
|
|
description = "Extensible Haskell pretty printer";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
broken = true;
|
|
};
|
|
})
|