Bump array version upper bounds. #23
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This makes this package build again on GHC 7.8 and newer.
There are very few Haskell libraries that I care about, but weighted-regexp is definitely one of those few. Being able to use arbitrary semirings during regex matching opens up some amazing possibilities (I've used it for breaking a bad stream cipher where I knew the structure of the plaintext well enough to write a regex to match it, for instance) and I would like for the library to keep working.
I don't even care that it hasn't been maintained for five years because it does a great job as it stands. But it would be nice to upgrade to current QuickCheck so the tests work again...