docs(users/Profpatsch): Add small README to most subdirs
Change-Id: I2912e32fe1b2d3d3aff7bafba809634ec4c9adb6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8470 Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
260626e016
commit
80e04da5d4
12 changed files with 93 additions and 1 deletions
3
users/Profpatsch/reverse-haskell-deps/README.md
Normal file
3
users/Profpatsch/reverse-haskell-deps/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# reverse-haskell-deps
|
||||
|
||||
Parse the HTML at `https://packdeps.haskellers.com/reverse` to get the data about Haskell package reverse dependencies in a structured way (they should just expose that as a json tbh).
|
||||
|
|
@ -23,7 +23,7 @@ let
|
|||
pkgs.haskellPackages.nicify-lib
|
||||
pkgs.haskellPackages.tagsoup
|
||||
];
|
||||
|
||||
ghcArgs = [ "-threaded" ];
|
||||
}
|
||||
./ReverseHaskellDeps.hs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue