haskell-hindent: update to version 3.9.1

This commit is contained in:
Peter Simons 2014-11-06 14:30:01 +01:00
parent 8a4ffca4df
commit cdfb44d5f6

View file

@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "hindent";
version = "3.9";
sha256 = "0x8qm39rmaw1s0fbljr9zp6vnqxfcs1w6a3ylrknwqgwbzzr5hbn";
version = "3.9.1";
sha256 = "1q1a5smykjs36y29cn34kws443kw0w26xjjfdvv0kf69jpcm4b2f";
isLibrary = true;
isExecutable = true;
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];