3
0
Fork 0
forked from mirrors/nixpkgs

stack: add cdepillabout as maintainer

This commit is contained in:
Dennis Gosnell 2022-02-23 20:54:54 +09:00
parent 2b5c8147f5
commit 058cbf42eb
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 2 additions and 0 deletions

View file

@ -141,6 +141,7 @@ package-maintainers:
- pretty-simple
- purenix
- spago
- stack
- termonad
dalpd:
- ghc-vis

View file

@ -253518,6 +253518,7 @@ self: {
'';
description = "The Haskell Tool Stack";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ cdepillabout ];
}) {};
"stack-all" = callPackage