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

Conduit test suite build failure with ghc 8.4 #358

Closed
DanBurton opened this issue Mar 14, 2018 · 0 comments
Closed

Conduit test suite build failure with ghc 8.4 #358

DanBurton opened this issue Mar 14, 2018 · 0 comments

Comments

@DanBurton
Copy link

[3 of 5] Compiling StreamSpec       ( test/StreamSpec.hs, dist/build/conduit-test/conduit-test-tmp/StreamSpec.o )

test/StreamSpec.hs:466:10: error:
    • Could not deduce (Prelude.Semigroup (Sum a))
        arising from the superclasses of an instance declaration
      from the context: Prelude.Num a
        bound by the instance declaration at test/StreamSpec.hs:466:10-40
      There are instances for similar types:
        instance Prelude.Num a =>
                 Prelude.Semigroup (base-4.11.0.0:Data.Semigroup.Internal.Sum a)
          -- Defined in ‘base-4.11.0.0:Data.Semigroup.Internal’
    • In the instance declaration for ‘Monoid (Sum a)’
    |
466 | instance Prelude.Num a => Monoid (Sum a) where
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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