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

Needs update for QuickCheck 2.7 #3

Closed
nomeata opened this issue Aug 31, 2014 · 1 comment · Fixed by #4
Closed

Needs update for QuickCheck 2.7 #3

nomeata opened this issue Aug 31, 2014 · 1 comment · Fixed by #4

Comments

@nomeata
Copy link

nomeata commented Aug 31, 2014

Hi,

I’m getting build failures on Debian:

Preprocessing test suite 'properties' for ed25519-0.0.2.0...
[1 of 1] Compiling Main             ( tests/properties.hs, dist-ghc/build/properties/properties-tmp/Main.o )

tests/properties.hs:90:9:
    Constructor `Failure' should have 10 arguments, but has been given 8
    In the pattern: Failure n _ _ _ _ _ _ _
    In a case alternative: Failure n _ _ _ _ _ _ _ -> return (False, n)
    In a stmt of a 'do' block:
      case r of {
        Success n _ _ -> return (True, n)
        GaveUp n _ _ -> return (True, n)
        Failure n _ _ _ _ _ _ _ -> return (False, n)
        _ -> return (False, 0) }
make: *** [build-ghc-stamp] Error 1

http://aws-logs.debian.net/ftbfs-logs/2014/08/30/haskell-ed25519_0.0.2.0-2_unstable.log

It seems that you need to upgrade to the latest QuickCheck.

@peti
Copy link
Contributor

peti commented Aug 20, 2015

We also get buildd failures in NixOS: http://hydra.cryp.to/build/1098563/nixlog/4/raw. Is this package still actively maintained? I see a fix has been provided in #4 long ago, but it's never been merged?

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

Successfully merging a pull request may close this issue.

2 participants