forked from mirrors/nixpkgs
haskell-hindent: update to version 3.8
This package remains broken because it cannot deal with the current version of haskell-src-exts.
This commit is contained in:
parent
24355cf15f
commit
efde40d785
|
@ -1,14 +1,18 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, dataDefault, haskellSrcExts, monadLoops, mtl, text }:
|
||||
{ cabal, dataDefault, haskellSrcExts, hspec, monadLoops, mtl, text
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hindent";
|
||||
version = "3.7";
|
||||
sha256 = "1ca6shxklr6vzfm565ibmrm6g6f1zwhclld781wb2w6hzbknh0c1";
|
||||
version = "3.8";
|
||||
sha256 = "015madajwljh2an3djla0qdds8bg7kgcdn3xb30cdf6gb77mf1xv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
|
||||
testDepends = [
|
||||
dataDefault haskellSrcExts hspec monadLoops mtl text
|
||||
];
|
||||
meta = {
|
||||
description = "Extensible Haskell pretty printer";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue