haskell-hvr / missingh

Utility library [Haskell]
https://hackage.haskell.org/package/MissingH
Other
87 stars 40 forks source link

drop Data.List.Utils.contains #24

Closed Fuuzetsu closed 2 years ago

Fuuzetsu commented 10 years ago

The deprecation messages says it will we be removed in 1.1.0 but we're at 1.2.x already.

andreasabel commented 2 years ago

I removed the deprecation message. Why remove? It is an alias for Data.List.isInfixOf. Folks can simply use isInfixOf.