Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435128 - =dev-haskell/haskeline-0.6.4.7 fails to compile
Summary: =dev-haskell/haskeline-0.6.4.7 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal blocker (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 428934
  Show dependency tree
 
Reported: 2012-09-15 16:04 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-10-23 10:55 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.txt,4.74 KB, text/plain)
2012-09-15 16:04 UTC, Vicente Olivert Riera (RETIRED)
Details
haskeline-0.6.4.7 build log (haskeline-0.6.4.7.log,9.29 KB, text/plain)
2012-09-15 16:05 UTC, Vicente Olivert Riera (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vicente Olivert Riera (RETIRED) gentoo-dev 2012-09-15 16:04:26 UTC
Created attachment 323900 [details]
emerge --info

There is a stabilisation request for this package here: bug #428934

But this package doesn't compile.
Comment 1 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-09-15 16:05:06 UTC
Created attachment 323902 [details]
haskeline-0.6.4.7 build log
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2012-10-23 10:55:02 UTC
> [18 of 27] Compiling System.Console.Haskeline.Backend.Terminfo ( System/Console/Haskeline/Backend/Terminfo.hs, dist/build/System/Console/Haskeline/Backend/Terminfo.o )
> System/Console/Haskeline/Backend/Terminfo.hs:200:9:
>     Inferred type is less polymorphic than expected
>       Quantified type variable `m' escapes
>     In the expression: Writer.tell
>     In the definition of `output': output = Writer.tell

Sorry for a late fix. Was a bit hard to fix instantly.

Pushed as:

> 23 Oct 2012; Sergei Trofimovich <slyfox@gentoo.org>
> +files/haskeline-0.6.4.7-ghc-6.12.patch,
> +files/haskeline-0.6.4.7-ghc-7.5.patch,
> +files/haskeline-0.6.4.7-ghc-7.6.patch, haskeline-0.6.4.7.ebuild:
> Fix build failure against ghc-6.12 (bug #435128 by Vicente Olivert Riera).

Thanks Vicente!