Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Fix the type of signatures in metadata #17

Closed
wants to merge 1 commit into from

Commits on Apr 6, 2022

  1. Fix the type of signatures in metadata

    Signatures are actually complex objects. We could use `Value` here since
    it's unlikely that any consumers care about this, but it's cheap enough
    to just define a structure for the signature objects.
    
    In practice this isn't an issue because it seems like this field is
    never populated in Hackage, but it can be populated if you build a
    custom Hackage it can happen.
    
    Fixes #16.
    michaelpj committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    8a2300e View commit details
    Browse the repository at this point in the history