Skip to content

store no longer compiles with new version vector-0.13.2.0. #179

@alaendle

Description

@alaendle

E.g. and many similar error messages appear:

/home/curators/work/unpack-dir/unpacked/store-0.7.18-6e9fb2c1c59a9f2fb62abd0016841417b57b9a3e045088d48d65cc740cb1eeb9/src/Data/Store/Internal.hs:824:2: error: [GHC-39999]
           • No instance for ‘Store a’ arising from a use of ‘peek’
             Possible fix:
               add (Store a) to the context of the instance declaration
           • In a stmt of a 'do' block: c0f0 <- peek
             In the expression:
               do c0f0 <- peek
                  return (Data.Vector.Unboxed.Base.V_DoNotUnboxLazy c0f0)
             In an equation for ‘peek’:
                 peek
                   = do c0f0 <- peek
                        return (Data.Vector.Unboxed.Base.V_DoNotUnboxLazy c0f0)
           |
       824 | $(deriveManyStoreUnboxVector)
           |  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I will disable this package on stackage for now.
(fyi @snoyberg).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions