nick8325 / quickcheck

Automatic testing of Haskell programs.
Other
713 stars 119 forks source link

Prepare for monomorphic Data.List #335

Closed Bodigrim closed 2 years ago

Bodigrim commented 3 years ago

Future GHCs will monomorphise Data.List, returning its API to pre-FTP times and encouraging qualified import of Data.List, similar to other containers. See MR 5304 for more information. While this change has not been released yet, it already affects quality of life of folks testing GHC HEAD. The proposed patch is rather non-intrusive and backwards-compatible, so I suggest it would not hurt to merge it early.

CC @phadej

Bodigrim commented 3 years ago

@phadej The change got delayed, but still in GHC HEAD and on the CLC road map in general. As you might remember from our discussion, I see no point in waiting indefinitely for CLC.

nick8325 commented 2 years ago

Thanks!