haskellPackages.threadscope: add maintainer
This commit is contained in:
parent
21674281ac
commit
054ef603cc
2 changed files with 2 additions and 0 deletions
|
@ -310,6 +310,7 @@ package-maintainers:
|
|||
- streamly
|
||||
- streamly-bytestring
|
||||
- taskwarrior
|
||||
- threadscope
|
||||
- tz
|
||||
- weeder
|
||||
- witch
|
||||
|
|
|
@ -293602,6 +293602,7 @@ self: {
|
|||
description = "A graphical tool for profiling parallel Haskell programs";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "threadscope";
|
||||
maintainers = [ lib.maintainers.maralorn ];
|
||||
}) {};
|
||||
|
||||
"threefish" = callPackage
|
||||
|
|
Loading…
Reference in a new issue