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

Fails to build with quickcheck-2.1.0.3 #1

Closed
jaspervdj opened this issue Jan 21, 2010 · 1 comment
Closed

Fails to build with quickcheck-2.1.0.3 #1

jaspervdj opened this issue Jan 21, 2010 · 1 comment

Comments

@jaspervdj
Copy link

The cabal version fails to build with quickcheck-2.1.0.3. Output:

jasper@alice$ cabal install test-framework-quickchek2
Resolving dependencies...
Configuring test-framework-quickcheck2-0.2.4...
Preprocessing library test-framework-quickcheck2-0.2.4...
Building test-framework-quickcheck2-0.2.4...
[1 of 1] Compiling Test.Framework.Providers.QuickCheck2 ( Test/Framework/Providers/QuickCheck2.hs, dist/build/Test/Framework/Providers/QuickCheck2.o )

Test/Framework/Providers/QuickCheck2.hs:16:30:
    Module `Test.QuickCheck.Test' does not export `run'
cabal: Error: some packages failed to install:
test-framework-quickcheck2-0.2.4 failed during the building phase. The
exception was:
ExitFailure 1

It works when I use cabal install test-framework-quickcheck2 --constraint='QuickCheck<2.1.0.3' though.

@batterseapower
Copy link
Owner

Thanks for the report.
I've uploaded v0.2.5 which may does at least build correctly with the most recent QuickCheck.

I wish QC was designed so that I didn't have to depend on so many of the internals...

This issue was closed.
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

2 participants