haskus / packages

Haskus packages
https://haskus.org/
24 stars 11 forks source link

Pattern synonyms do not support linear fields #54

Closed ners closed 2 months ago

ners commented 2 months ago
src/tests/EADT.hs:33:1: error: [GHC-15172]
    • Pattern synonyms do not support linear fields (GHC #18806):
        a %1 -> EADT xs %1 -> EADT xs
    • In the declaration for pattern synonym ‘Cons’
   |
33 | eadtPattern 'ConsF "Cons"
   | ^^^^^^^^^^^^^^^^^^^^^^^^^
hsyl20 commented 2 months ago

I've already fixed this in #53 / https://github.com/haskus/packages/commit/ced697b6b5aa70cedfef0b0fc292f9fab501f774

I don't remember if I've made a release though.

hsyl20 commented 2 months ago

I've made a new release with the fix: https://hackage.haskell.org/package/haskus-utils-variant (3.5)