feat(users/Profpatsch/whatcd-resolver): add initial redacted API
Change-Id: I3143a932646d61b7661df4e4da4edf24a360f6cc Reviewed-on: https://cl.tvl.fyi/c/depot/+/8833 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
07b976ccd8
commit
98e38339f2
5 changed files with 57 additions and 0 deletions
25
third_party/overlays/haskell/extra-pkgs/pa-run-command-0.1.0.0.nix
vendored
Normal file
25
third_party/overlays/haskell/extra-pkgs/pa-run-command-0.1.0.0.nix
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{ mkDerivation
|
||||
, base
|
||||
, bytestring
|
||||
, lib
|
||||
, monad-logger
|
||||
, pa-prelude
|
||||
, text
|
||||
, typed-process
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pa-run-command";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "37837e0cddedc9b615063f0357115739c53b5dcb8af82ce86a95a3a5c88c29a3";
|
||||
libraryHaskellDepends = [
|
||||
base
|
||||
bytestring
|
||||
monad-logger
|
||||
pa-prelude
|
||||
text
|
||||
typed-process
|
||||
];
|
||||
homepage = "https://github.com/possehl-analytics/pa-hackage";
|
||||
description = "Helper functions for spawning subprocesses";
|
||||
license = lib.licenses.bsd3;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue