packages feed

hsec-tools-0.2.0.2: README.md

# hsec-tools

`hesc-tools` aims to support [Haskell advisories database](https://github.com/haskell/security-advisories).

## Building

We aim to support both regular cabal-based and nix-based builds.

## Testing

Run (and auto update) the golden test:

```ShellSession
cabal test -O0 --test-show-details=direct --test-option=--accept
```