Put a Prelude and Numeric module in the haskell98 package
Prelude is necessary now base's Prelude is deprecating/removing catch. As a result, the package is now not exposed by default, to avoid ambiguous module problems. And we therefore can't use haskell98 and base together, so haskell98 also needs a copy of Numeric.
Loading
Please register or sign in to comment