mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
haskell-hindent: update to version 3.4
This commit is contained in:
parent
ae0afc83dd
commit
c595d9642d
@ -1,14 +1,14 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, dataDefault, haskellSrcExts, mtl, text }:
|
||||
{ cabal, dataDefault, haskellSrcExts, monadLoops, mtl, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hindent";
|
||||
version = "3.0";
|
||||
sha256 = "1fvpyg8pb4g023v25lhizcsfd15zw5q4f23qq0ci9h7mg3axlsdx";
|
||||
version = "3.4";
|
||||
sha256 = "060l4dkqz4fma005yai6mdv2bdr2lp59z289j7rv1ygr6p8pqhci";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ dataDefault haskellSrcExts mtl text ];
|
||||
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
|
||||
meta = {
|
||||
description = "Extensible Haskell pretty printer";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user