athanclark / sets

Sets in Haskell.
MIT License
0 stars 0 forks source link

Build failure with mtl-2.3 #5

Open sjakobi opened 2 years ago

sjakobi commented 2 years ago
src/Data/Set/Unordered/Unique.hs:45:30: error:
    • Variable not in scope:
        replicateM :: t -> m0 a0 -> StateT [a1] m a2
    • Perhaps you meant ‘replicate’ (imported from Data.List)
   |
45 |     where go s = evalStateT (replicateM s go') []
   |                              ^^^^^^^^^^
sjakobi commented 2 years ago

As a Hackage trustee I have revised v0.0.6, v0.0.6.1 and v0.0.6.2 on Hackage. See e.g. https://hackage.haskell.org/package/sets-0.0.6.2/revisions/.

andreasabel commented 1 week ago

@athanclark: Is sets abandoned or are you planning to keep it alive?