> The following dependencies couldn't be met: > - mirage-unikernel-canopy-unix -> irmin-mirage -> irmin >= 1.0.0 -> jsonm >= > 1.0.0 -> uutf >= 1.0.0 > - mirage-unikernel-canopy-unix -> tyxml >= 4.0.0 -> uutf <= 0.9.4 > > How can I resolve this tyxml version conflict? Thanks
You need to pin tyxml to the dev version, as we are awaiting for the next release. ``` opam pin add tyxml --dev ``` Thomas _______________________________________________ MirageOS-devel mailing list [email protected] https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
