Adjust integrate output for ghc-9
1 unresolved thread
1 unresolved thread
Compare changes
Files
5+ 6
− 6
@@ -17,8 +17,8 @@ integrate1D l u f =
@@ -37,7 +37,7 @@ etotal n = sum (take n es)
ghc-9 introduces a regression(?) in FP precision (See ghc ticket #19569). While this is unfortunate we want nofib to be in sync with ghc.
So for the moment I will just accept the output produced by ghc-head for nofib.