mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
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!
|
# 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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hindent";
|
pname = "hindent";
|
||||||
version = "3.7";
|
version = "3.8";
|
||||||
sha256 = "1ca6shxklr6vzfm565ibmrm6g6f1zwhclld781wb2w6hzbknh0c1";
|
sha256 = "015madajwljh2an3djla0qdds8bg7kgcdn3xb30cdf6gb77mf1xv";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
|
buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
|
||||||
|
testDepends = [
|
||||||
|
dataDefault haskellSrcExts hspec monadLoops mtl text
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extensible Haskell pretty printer";
|
description = "Extensible Haskell pretty printer";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user