tfausak / octane

:rocket: Parse Rocket League replays.
https://www.stackage.org/nightly/package/octane
Other
39 stars 1 forks source link

Test suite build failure with QuickCheck 2.9 #62

Closed snoyberg closed 8 years ago

snoyberg commented 8 years ago
[1 of 2] Compiling OctaneSpec       ( test-suite/OctaneSpec.hs, dist/build/octane-test-suite/octane-test-suite-tmp/OctaneSpec.o )

test-suite/OctaneSpec.hs:589:10: error:
    Duplicate instance declarations:
      instance QuickCheck.Arbitrary Version.Version
        -- Defined at test-suite/OctaneSpec.hs:589:10
      instance [safe] QuickCheck.Arbitrary Version.Version
        -- Defined in ‘QuickCheck-2.9.1:Test.QuickCheck.Arbitrary’
tfausak commented 8 years ago

Hah, orphan instances strike again!

tfausak commented 8 years ago

Fixed by 8dcb1194f587cebc175b0de95ca85e3c8740b7e8.

snoyberg commented 8 years ago

Is this released on Hackage?

tfausak commented 8 years ago

Oops, no. I'll cut a new release.