[web-devel] yesod dependency hell

Michael Snoyman michael at snoyman.com
Wed Jun 22 21:32:18 CEST 2011


Have a look at the yesodwiki[1]; basically, you can't use the yesod
package itself, only the subpackages. This is by design so that a
single Yesod release will keep API stability, while users can still
experiment with newer versions of underlying packages.

Michael

[1] https://github.com/snoyberg/yesodwiki/blob/master/yesodwiki.cabal

On Wed, Jun 22, 2011 at 10:29 PM, Michael Litchard <michael at schmong.org> wrote:
> I need to use yesod-form 0.2.0. The problem is that the yesod package,
> and the yesod-auth package expect yesod-form to be 0.1.0*
> I tried changing the .cabal files but that breaks in ways that makes
> me think the fix is not so simple. How do I go about being able to use
> yesod-form 0.2.0
>
> _______________________________________________
> web-devel mailing list
> web-devel at haskell.org
> http://www.haskell.org/mailman/listinfo/web-devel
>



More information about the web-devel mailing list