haskell-hindent: update to version 3.9.1
This commit is contained in:
parent
8a4ffca4df
commit
cdfb44d5f6
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hindent";
|
pname = "hindent";
|
||||||
version = "3.9";
|
version = "3.9.1";
|
||||||
sha256 = "0x8qm39rmaw1s0fbljr9zp6vnqxfcs1w6a3ylrknwqgwbzzr5hbn";
|
sha256 = "1q1a5smykjs36y29cn34kws443kw0w26xjjfdvv0kf69jpcm4b2f";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
|
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
|
||||||
|
|
Loading…
Reference in New Issue