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

test-framework-quickcheck2 fails to build against random>=1.0.1.1 #102

Closed
qnikst opened this issue Mar 17, 2012 · 1 comment
Closed

test-framework-quickcheck2 fails to build against random>=1.0.1.1 #102

qnikst opened this issue Mar 17, 2012 · 1 comment
Assignees

Comments

@qnikst
Copy link
Contributor

qnikst commented Mar 17, 2012

test-framework fails with next error:

Test/Framework/Providers/QuickCheck2.hs:86:33:
    Couldn't match expected type `StdGen'
                with actual type `random-1.0.0.3:System.Random.StdGen'
    Expected type: StdGen -> Int -> Prop
      Actual type: random-1.0.0.3:System.Random.StdGen -> Int -> a0
    In the return type of a call of `unGen'
    In the third argument of `myTest', namely
      `(unGen (property testable))'

some patch should be added (maybe also upstream)

@ghost ghost assigned qnikst Mar 17, 2012
@qnikst
Copy link
Contributor Author

qnikst commented Mar 18, 2012

fixed in:
2d245df

@qnikst qnikst closed this as completed Mar 18, 2012
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

1 participant