Remove bang patterns from Data.Array.Base
GHC now refuses to accept top-level bang patterns unless BangPAtterns is enabled, which we can't use in Data.Array.Base due to the way ! is used as an operator.
Loading
Please register or sign in to comment