-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix benchmarks (rebased) * Prevent build with GHC < 7.2 … which currently fails with BenchAll.hs:173:55: No instance for (Random Word8) arising from a use of `random' Possible fix: add an instance declaration for (Random Word8) In the second argument of `(.)', namely `random' In the second argument of `S.unfoldrN', namely `(Just . random)' In the second argument of `(.)', namely `S.unfoldrN 10000 (Just . random)' * Remove stack.yaml blaze-builder-0.3.* is incompatible with GHC >= 8.4 With --allow-newer it fails to build with: /tmp/stack26342/blaze-builder-0.3.3.4/Blaze/ByteString/Builder/Internal/Types.hs:71:10: error: • No instance for (Semigroup Builder) arising from the superclasses of an instance declaration • In the instance declaration for ‘Monoid Builder’ | 71 | instance Monoid Builder where | ^^^^^^^^^^^^^^ * Turn off building bench-bytestring-builder for GHC >= 8.4 * Use CPP to make bench-bytestring-builder buildable with GHC-8.4+ * Simply relax the bounds on blaze-builder for GHC >= 8.4 Co-authored-by: Sylvain Henry <[email protected]>
- Loading branch information
Showing
2 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters