hackage-search
hackage-search copied to clipboard
An application that lets you search for anything on Hackage
Problem: We want to harden the security of our systemd services. Solution: Use the hardening profile defined in serokell.nix.
``` forConcurrently_ filenames $ \filename -> bracket_ (waitQSem qsem) (signalQSem qsem) $ ... ``` should do a better job at distributing the workload between threads than `forConcurrentlyInBuckets_`.
It would be great if you could filter by filename. For example, I was just trying to find all instances of explicitly promoted data constructor operators (i.e. things like `':|`),...
It would be great if this could search only outside comments (by request). I suppose this means lexing the files, so I'm not sure how how it would be to...
Updates nixpkgs revision to the latest pin in our fork. Right now CI complains about `servant` package missing, because servant version in nixpkgs is newer than the upper bound for...
When you try to use a pattern which can match an empty substring, backend fails without responding to the query. E.g. searching for `x?`: https://hackage-search.serokell.io/?q=x%3F In the logs there is...