Skip to content

Fix GHC 9.2.1 build

Latest
Compare
Choose a tag to compare
@EduardSergeev EduardSergeev released this 03 Jan 23:37
5ad0a25

Current version is faling under GHC 9.2.1 build with:

Control/Monad/Memo/Vector/Instances.hs:31:10: error:
    • Non type-variable argument
        in the constraint: MaybeLike (Maybe v) v
      (Use FlexibleContexts to permit this)
    • In the instance declaration for ‘V.VectorMemo v (Maybe v)’
   |
31 | instance MaybeLike (Maybe v) v => V.VectorMemo v (Maybe v)
   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^