2014-02-25 22:01 GMT+01:00 Karol Blazewicz <karol.blazewicz@xxxxxxxxx>: > On Tue, Feb 25, 2014 at 9:56 PM, Bigby James <anoknusa@xxxxxxxxx> wrote: >> On Tue, Feb 25, 2014 at 09:36:54PM +0100, Maykel Franco wrote: >>> error: failed to prepare transaction (could not satisfy dependencies) >>> :: haskell-haskeline: requires haskell-terminfo=0.3.2.5-3 >> >> The package "haskell-haskeline" depends on an earlier version of the package >> "haskell-terminfo" than the one currently available in [community]. I just tried >> installing the former as a test, and got the same error you did. Chances are the >> Trusted User responsible for haskell-haskeline hasn't yet updated the package >> yet; I would suggest waiting a day or so and trying again or, if >> haskell-haskeline isn't vitally important, uninstalling it and updating your >> system. You could then try to reinstall the package later. > > [haskell-core] unofficial repo has haskell-haskeline 0.7.1.2-1 which > doesn't depend on haskell-terminfo. Thanks. I removed the package haskell-haskeline and I try again sudo pacman -Syu and it install haskell-terminfo-0.4.0.0-1-x86_64 works very well. Thanks for all.