2014-09-02 03:48:34 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-14 23:26:03 -07:00
|
|
|
{ cabal, dataDefault, haskellSrcExts, hspec, monadLoops, mtl, text
|
|
|
|
}:
|
2014-09-02 03:48:34 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hindent";
|
2014-12-12 00:49:44 -08:00
|
|
|
version = "4.0";
|
|
|
|
sha256 = "1l4dhp55ps92zvz2nmhs1j4hfsbs0r5f2b7idjcy8ibng8sgb361";
|
2014-09-02 03:48:34 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2014-09-23 05:17:45 -07:00
|
|
|
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
|
2014-10-14 23:26:03 -07:00
|
|
|
testDepends = [
|
|
|
|
dataDefault haskellSrcExts hspec monadLoops mtl text
|
|
|
|
];
|
2014-10-19 07:43:55 -07:00
|
|
|
doCheck = false;
|
2014-09-02 03:48:34 -07:00
|
|
|
meta = {
|
|
|
|
description = "Extensible Haskell pretty printer";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|