Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 517102 - dev-haskell/deepseq-1.3.0.1 is failing to compile with ghc 7.8.3
Summary: dev-haskell/deepseq-1.3.0.1 is failing to compile with ghc 7.8.3
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: 2014-07-14 15:03 UTC by Adam Stylinski
Modified: 2014-07-14 15:23 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Stylinski 2014-07-14 15:03:52 UTC
I'm not sure if this is related to the new GHC or something broke with the dependency chain a while ago and it's because I have to update all my haskell packages that I've noticed it.  I get the following error when trying to recompile deepseq:

Configuring deepseq-1.3.0.1...
setup: At least the following dependencies are missing:
array >=0.1 && <0.5


Reproducible: Always

Steps to Reproduce:
1. run haskell-updater
2. let it recompile deepseq
3. errors
Actual Results:  
Errors out.

Expected Results:  
Recompile.
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2014-07-14 15:23:20 UTC
Pushed (currently masked package) as:

> *deepseq-1.3.0.2 (14 Jul 2014)
>
>  14 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> +deepseq-1.3.0.2.ebuild,
>  -deepseq-1.1.0.2.ebuild:
>  Added ghc-7.8.3's deepseq (bug #517102 by Adam Stylinski).

Thanks!