Closed matteopt closed 5 months ago
Thank you for pointing this out. Unfortunately, this introduces a warning:
DNS/Iterative/Imports.hs:39:1: warning: [-Wdodgy-imports]
Module ‘Data.Functor’ does not export ‘unzip’
|
39 | import Data.Functor hiding (unzip)
I'm now thinking how to fix this.
I could not find a good solution. So, just rebased and merged. Thank you for your contribution!
The
unzip
function was added toData.Functor
"Since: base-4.19.0.0".https://hackage.haskell.org/package/base-4.19.1.0/docs/Data-Functor.html#v:unzip
This results in the following build error: