miguelpagano / ordered

Poset typeclass for Haskell
BSD 2-Clause "Simplified" License
0 stars 2 forks source link

Build failure with `base >= 4.11` #1

Open sjakobi opened 2 years ago

sjakobi commented 2 years ago
Data/Poset/Internal.hs:32:10: error:
    • No instance for (Semigroup PosetOrd)
        arising from the superclasses of an instance declaration
    • In the instance declaration for ‘Monoid PosetOrd’
   |
32 | instance Monoid PosetOrd where
   |          ^^^^^^^^^^^^^^^
cabal: Failed to build ordered-0.1.

Context: https://stackoverflow.com/questions/71796967/couldnt-import-and-download-data-list-ordered-in-haskell

sjakobi commented 2 years ago

As a Hackage trustee, I have created a revision that should prevent users from encountering this error: https://hackage.haskell.org/package/ordered-0.1/revisions/

miguelpagano commented 2 years ago

Hi, @sjakobi. Thanks. Would you like to create a pull-request? Moreover, if you want to take the ownership, its fine for me.

sjakobi commented 2 years ago

Would you like to create a pull-request? Moreover, if you want to take the ownership, its fine for me.

I probably won't. I'm not actually very interested in this package – I had simply noticed the missing bounds.