Open DanBurton opened 7 years ago
It seems I was wrong about the cause; primitive-0.6.1.0 exports newArray
as well. I don't quite understand how this build was passing previously.
I suspect, this is due to a conflicting release of "base-prelude", which is already deprecated. Just update the the Hackage index and everything should go fine.
Well, I'm still seeing this failure after giving it a shot today. Any other hints @nikita-volkov?
Since this is LTS the new major base-prelude won't be picked up, @lwm you should add a base-prelude < 1.0.2
constraint to the lts build.
Better base-prelude >= 1.2
LTS 8 already contains base-prelude 1.0.*
It seems there are some conflicts with new exports from
Data.Primitive.Array
. I recommend qualified imports to avoid issues like this.