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 compilation failure #125

Closed
bergmark opened this issue Feb 26, 2018 · 4 comments
Closed

Test compilation failure #125

bergmark opened this issue Feb 26, 2018 · 4 comments

Comments

@bergmark
Copy link

When building stackage nightly:

test/Data/StoreSpec.hs:90:3: error:
    Duplicate instance declarations:
      instance Monad m => Serial m Word
        -- Defined at test/Data/StoreSpec.hs:90:3
      instance [overlap ok] Monad m => Serial m Word
        -- Defined in ‘Test.SmallCheck.Series’
   |
90 | $(do let ns = [ ''CWchar, ''CUShort, ''CULong, ''CULLong, ''CIntMax
   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

The tests were already disabled in nightly for other (resolved) reasons, but I'll keep it disabled for now.

bergmark added a commit to commercialhaskell/stackage that referenced this issue Feb 26, 2018
@mgsloan
Copy link
Owner

mgsloan commented Apr 29, 2018

Fixed on master!

@mgsloan mgsloan closed this as completed Apr 29, 2018
@bergmark
Copy link
Author

Seems like the 0.5.0 release didn't resolve this.

@mgsloan mgsloan reopened this Aug 13, 2018
@juhp
Copy link

juhp commented Oct 21, 2018

Is this is 0.5.0.1?

@mgsloan
Copy link
Owner

mgsloan commented Oct 21, 2018

Yup, at least 0.5.0.1 fixes the failures encountered when building against recent stackage nightly. Sorry for taking so long to resolve this!

@mgsloan mgsloan closed this as completed Oct 21, 2018
juhp added a commit to commercialhaskell/stackage that referenced this issue Oct 21, 2018
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

3 participants