Closed sjakobi closed 4 years ago
Note that Data.Monoid.{First,Last}
were not removed in 8.10, despite the haddocks saying so: http://downloads.haskell.org/~ghc/8.10.1/docs/html/libraries/base-4.14.0.0/Data-Monoid.html#t:First
Some discussion on the deprecation of these types can be found here: https://gitlab.haskell.org/ghc/ghc/issues/15028
That's what I get for trusting Haskell documentation :(
That's what I get for trusting Haskell documentation :(
Yeah, it's kinda my bad. :/
Although I wish the CLC would have properly researched the consequences of the deprecation before going ahead and announcing it.
I think the issue was introduced in https://github.com/conal/checkers/commit/e7bb6fcbe4c1440131b7306a8a45ab8a1210e7ce.
@isovector Could you possibly take a look?