hackage-security icon indicating copy to clipboard operation
hackage-security copied to clipboard

Hackage security framework based on TUF (The Update Framework)

Results 57 hackage-security issues
Sort by recently updated
recently updated
newest added

Just a minor question. When I run hackage-local, the encoding for keys and so on seems to all be in Base64, but [the TUF spec](https://github.com/theupdateframework/tuf/blob/develop/docs/tuf-spec.txt) shows everything as hex-encoded. To...

See `withResponse`. Unfortunately however this will probably require upstream changes in the HTTP library (see https://github.com/haskell/HTTP/issues/86).

enhancement
hackage-security-HTTP

See TODO in `FromJSON` instance.

hackage-security

(and update the pattern stuff to deal with `Path` rather than `FilePath`)

hackage-security

This is documented in detail in `downloadPackage`.

hackage-security

If I call `downloadPackage'` to a destination directory I haven't created yet, I get a weird error: ``` my-exe: /Users/bchinn/.cache/my-exe/package-index/hackage.haskell.org/01-index.tar: withFile: does not exist (No such file or directory) ```...