mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskell-hindent: update to version 3.0
This commit is contained in:
parent
58d66807e4
commit
ce469d8015
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hindent";
|
pname = "hindent";
|
||||||
version = "2.4";
|
version = "3.0";
|
||||||
sha256 = "1hhfdcjxccgpiw4yj3738l97ajcmq4wm182s0m41wryrq0s4ai1g";
|
sha256 = "1fvpyg8pb4g023v25lhizcsfd15zw5q4f23qq0ci9h7mg3axlsdx";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ dataDefault haskellSrcExts mtl text ];
|
buildDepends = [ dataDefault haskellSrcExts mtl text ];
|
||||||
|
Loading…
Reference in New Issue
Block a user