When compiling this package, I get an unused import warning ...
[3/7 UnusedImport] bower_components\purescript-formatters\src\Data\Formatter\DateTime.purs:35:1
35 import Data.Foldable (foldr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import of module Data.Foldable is redundant
When compiling this package, I get an unused import warning ...