nixpkgs/pkgs/development/libraries/haskell/hindent/default.nix
Peter Simons efde40d785 haskell-hindent: update to version 3.8
This package remains broken because it cannot deal with the current version of haskell-src-exts.
2014-10-15 12:31:35 +02:00

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;
};
})