input-output-hk / smash

Stakepool Metadata Aggregation Server
36 stars 7 forks source link

Build warning #177

Open erikd opened 3 years ago

erikd commented 3 years ago

Seeing:

src/Cardano/SMASH/API.hs:53:10: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘hoistServerWithContext’
    • In the instance declaration for
        ‘HasServer (Body a :> api) context’
   |
53 | instance (FromJSON a, HasServer api context) => HasServer (Body a :> api) context where