HeinrichApfelmus / hyper-haskell

The strongly hyped Haskell interpreter.
Other
361 stars 24 forks source link

Too strict version bounds on QuickCheck for hyper-extra #42

Closed sternenseemann closed 3 years ago

sternenseemann commented 3 years ago

hyper-extra forbids compilation with QuickCheck < 2.14, but builds fine with 2.14.2.

HeinrichApfelmus commented 3 years ago

Thanks for reporting! I have bumped the dependencies and made a new release. Feel free to close if everything works as desired.