| Summary: | dev-vcs/darcs-2.8.4 - setup: At least the following dependencies are missing: parsec >=2.0 && <3.2, regex-compat >=0.95.1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | F. Delente <delentef> |
| Component: | [OLD] Development | Assignee: | Gentoo's Haskell Language team <haskell> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | autobuilds | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log for darcs-2.8.4 | ||
|
Description
F. Delente
2013-07-28 17:47:50 UTC
> setup: At least the following dependencies are missing:
> parsec >=2.0 && <3.2, regex-compat >=0.95.1
Does running haskell-updater help?
(In reply to Sergei Trofimovich from comment #1) > > setup: At least the following dependencies are missing: > > parsec >=2.0 && <3.2, regex-compat >=0.95.1 > > Does running haskell-updater help? Yes it did the trick, thanks. Maybe running haskell-updater should be suggested after haskell has been re-emerged, at the end of the ebuild script? Thanks anyway! (In reply to F. Delente from comment #2) > (In reply to Sergei Trofimovich from comment #1) > > > setup: At least the following dependencies are missing: > > > parsec >=2.0 && <3.2, regex-compat >=0.95.1 > > > > Does running haskell-updater help? > > Yes it did the trick, thanks. Maybe running haskell-updater should be > suggested after haskell has been re-emerged, at the end of the ebuild script? > > Thanks anyway! Yeah, i've forgot to add upgrade path there. Now it should suggets running 'haskell-updater'. I've added such thing to the main tree: https://github.com/gentoo-haskell/gentoo-haskell/commit/4c2b3acf9755f45643a4b01688e4e41e937fcc46 |