haskell / hackage-security

Hackage security framework based on TUF (The Update Framework)
http://hackage.haskell.org/package/hackage-security
56 stars 47 forks source link

fix typos #269

Closed ghost closed 2 years ago

ghost commented 2 years ago

hackage-security-HTTP/src/Hackage/Security/Client/Repository/HttpLib/HTTP.hs hackage-security/src/Hackage/Security/Client.hs hackage-security/src/Hackage/Security/Client/Formats.hs hackage-security/src/Hackage/Security/TUF/Header.hs hackage-security/src/Hackage/Security/TUF/Layout/Cache.hs hackage-security/src/Hackage/Security/TUF/Patterns.hs


hackage-security/src/Hackage/Security/Key.hs

-- NOTE: The FromJSON and ToJSON instances for KeyId are ntentially omitted. Use
-- writeKeyAsId instead.

another typo as ntentially for someone else to correct in another PR

Mikolaj commented 2 years ago

CI failed due to https://github.com/haskell/hackage-security/issues/270, but not because there's anything wrong in this PR. Merging.

ghost commented 2 years ago

another typo as ntentially for someone else to correct in another PR

hackage-security/src/Hackage/Security/Key.hs

@Mikolaj possibly intentionally

Mikolaj commented 2 years ago

@Mikolaj possibly intentionally

Yes, very likely.