forked from mirrors/nixpkgs
stack: add cdepillabout as maintainer
This commit is contained in:
parent
2b5c8147f5
commit
058cbf42eb
|
@ -141,6 +141,7 @@ package-maintainers:
|
|||
- pretty-simple
|
||||
- purenix
|
||||
- spago
|
||||
- stack
|
||||
- termonad
|
||||
dalpd:
|
||||
- ghc-vis
|
||||
|
|
|
@ -253518,6 +253518,7 @@ self: {
|
|||
'';
|
||||
description = "The Haskell Tool Stack";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ cdepillabout ];
|
||||
}) {};
|
||||
|
||||
"stack-all" = callPackage
|
||||
|
|
Loading…
Reference in a new issue