[Haskell-cafe] Fix plugins package.
Ivan Lazar Miljenovic
ivan.miljenovic at gmail.com
Sat Jul 10 00:52:43 EDT 2010
Andy Stewart <lazycat.manatee at gmail.com> writes:
> Hi all,
>
> I want to use *plugins* package
> (http://hackage.haskell.org/package/plugins-1.4.1)
>
> Unfortunately, it looks broken.
> Anybody can fix it?
Try putting an upper bound in the constraint for `base'; since there's
no upper bound, cabal-install defaults to "< 4", which conflicts with
plugins _needing_ base >= 4.
The hint library might also do what you want:
http://hackage.haskell.org/package/hint
--
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com
More information about the Haskell-Cafe
mailing list