Nothing Special   »   [go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTF-0.13.2.4 does not compile #69

Closed
peti opened this issue Oct 19, 2018 · 5 comments
Closed

HTF-0.13.2.4 does not compile #69

peti opened this issue Oct 19, 2018 · 5 comments

Comments

@peti
Copy link
peti commented Oct 19, 2018

Citing from https://hydra.nixos.org/build/83019005:

Test/Framework/QuickCheckWrapper.hs:169:26: error:
    Not in scope: data constructor ‘InsufficientCoverage’
    |
169 |                   Right (InsufficientCoverage { output=msg }) ->
    |                          ^^^^^^^^^^^^^^^^^^^^
@peti
Copy link
Author
peti commented Oct 19, 2018

I suppose this issue is caused by the latest version of QuickCheck? The build's configure phase reports:

Dependency QuickCheck >=2.3: using QuickCheck-2.12.6.1

@peti peti changed the title Test suite does not compile HTF-0.13.2.4 does not compile Oct 19, 2018
@andreasabel
Copy link
Contributor

For instance, this works for me (ghc-8.4):

cabal install HTF --constraint=QuickCheck==2.11.3

@mitchellwrosen
Copy link
Contributor

I've opened #71 to address this

@skogsbaer
Copy link
Owner

#71 has been merged and should fix this issue.

@skogsbaer
Copy link
Owner

Just uploaded 0.13.2.5 to hackage. This version includes #71 and thus fixes bug #69.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants