Skip to content

Build is broken with latest version of http2 #94

Description

@mpscholten

The HeaderList data structure has been removed and this causes the build to fail:


src/Network/HTTP2/Client/Dispatch.hs:69:40: error: [GHC-76037]
    Not in scope: type constructor or class HeaderList
   |
69 |     = StreamHeadersEvent !FrameHeader !HeaderList
   |                                        ^^^^^^^^^^

src/Network/HTTP2/Client/Dispatch.hs:70:54: error: [GHC-76037]
    Not in scope: type constructor or class HeaderList
   |
70 |     | StreamPushPromiseEvent !FrameHeader !StreamId !HeaderList
   |                                                      ^^^^^^^^^^

src/Network/HTTP2/Client/Dispatch.hs:252:25: error: [GHC-76037]
    Not in scope: type constructor or class HeaderList
    |
252 |     { _encodeHeaders :: HeaderList -> IO HeaderBlockFragment
    |                         ^^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions