Marcelo Lazaroni
Marcelo Lazaroni
Hmm, interesting. The name in the nix file is `libstdc++5`. Searching for that I do find the result ([link](https://lazamar.co.uk/nix-versions/?channel=nixos-unstable&package=libstdc%2B%2B5)). In the [source recipe](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/libraries/gcc/libstdc++/5.nix#L113) the name `libstdcxx5` is not present anywhere....
Hey. Unfortunately I don't know much about flakes or what would be required to make it work, but feel free to make a PR and I'd be happy to review...
Indeed, but I only ever build this to re-create the database and so far Docker has been enough. #39 adds a flakes dev shell, but I haven't tried it. Would...
@andreystepanov I'm away from my computer now, but does it work if you pass the input through stdin instead of as an argument?
I will add it to hackage, I just haven't spared the time to do it yet. I'll have a look this weekend.
This is now on hackage https://hackage.haskell.org/package/haskell-docs-cli and running `cabal install haskell-docs-cli` will make the `hdc` binary available.
`make` is not creating the command correctly. For me `which` was missing. After I installed it things started working again.
This is just a matter of adding the required JavaScript to the versions page. I'm marking this as a good first issue for prospective contributors.
Thanks for the PR! I'm not familiar with flakes at all so I can't tell whether it is right :) I'm happy to merge this if you can test and...
I've changed things around and running the program should be much more straight-forward now. Check the `scripts` directory for how to update the database or run it in server mode.