chore(users/Profpatsch): replace Label with pa-label
We upstreamed some of these modules to hackage, so I can get rid of it here. Change-Id: I70e1e864a81029cadbbd96cc019a768728431cff Reviewed-on: https://cl.tvl.fyi/c/depot/+/8659 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
909b4fafb8
commit
6a15e8e71a
11 changed files with 108 additions and 123 deletions
10
third_party/overlays/haskell/extra-pkgs/pa-error-tree-0.1.0.0.nix
vendored
Normal file
10
third_party/overlays/haskell/extra-pkgs/pa-error-tree-0.1.0.0.nix
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ mkDerivation, base, containers, lib, pa-prelude }:
|
||||
mkDerivation {
|
||||
pname = "pa-error-tree";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "f82d3d905e8d9f0d31c81f31c424b9a95c65a8925517ccac92134f410cf8d639";
|
||||
libraryHaskellDepends = [ base containers pa-prelude ];
|
||||
homepage = "https://github.com/possehl-analytics/pa-hackage";
|
||||
description = "Collect a tree of errors and pretty-print";
|
||||
license = lib.licenses.bsd3;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue