Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438054 - [haskell overlay] dev-haskell/bitsyntax - Data/BitSyntax.hs:412:9: Duplicate instance declarations: ...
Summary: [haskell overlay] dev-haskell/bitsyntax - Data/BitSyntax.hs:412:9: Duplic...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 00:57 UTC by pschuprikov
Modified: 2012-10-28 14:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,5.22 KB, text/plain)
2012-10-12 00:59 UTC, pschuprikov
Details
emerge info (emerge.info,4.84 KB, text/plain)
2012-10-12 00:59 UTC, pschuprikov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pschuprikov 2012-10-12 00:57:28 UTC
Bitsyntax package from haskell overlay fails to build due to duplicate instance declaration in BitSyntax.hs (see build log).
Comment 1 pschuprikov 2012-10-12 00:59:33 UTC
Created attachment 326340 [details]
build log
Comment 2 pschuprikov 2012-10-12 00:59:59 UTC
Created attachment 326342 [details]
emerge info
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2012-10-28 14:57:22 UTC
> [1 of 1] Compiling Data.BitSyntax   ( Data/BitSyntax.hs, dist/build/Data/BitSyntax.o )
>
> Data/BitSyntax.hs:412:9:
>     Duplicate instance declarations:
>       instance Arbitrary Word16 -- Defined at Data/BitSyntax.hs:412:9-24
>       instance Arbitrary Word16 -- Defined in Test.QuickCheck.Arbitrary

Pushed as:

https://github.com/gentoo-haskell/gentoo-haskell/commit/14010d7339078e8138826315071488adbfc2acab

Thanks for the report!