Closed chungyc closed 1 month ago
Just saw this. Thanks for taking the time! Unfortunately I've been away of Haskell for some years already and have too much going on currently to dig deeper into this. I'll try to find the time to update this things, and use this PR as starting point if possible. I can't promise anything though, but I might have some time in the following weeks. Once again thanks and sorry I can't be more active with this.
This pull request updates the Stack resolver to
lts-22.5
and widens version bounds appropriately. It also switches the use of==
with===
to show which values are different. This was supported in QuickCheck 2.8, so the lower version bound for QuickCheck should still hold. No other code was modified, so the lower version bounds for other packages should still hold as well.Ironically, the master branch does not build with current versions of Stack, or at least it caused a GHC panic on my machine.
This pull request is not quite ready because tests fail. Not knowing what could be causing the differences, I can't proceed further for now. (The test failures were the reason for the switch from
==
to===
, although it didn't help much so far.)Test failure example