I'm trying to get hsroots to build with stack. To get around
$ stack init
# ...
Selected resolver: lts-13.3
Resolver 'lts-13.3' does not have all the packages to match your requirements.
data-flags not found
- hayland requires <0.1
- xkbcommon requires -any
This may be resolved by:
- Using '--solver' to ask cabal-install to generate extra-deps, atop the chosen snapshot.
- Using '--omit-packages' to exclude mismatching package(s).
- Using '--resolver' to specify a matching snapshot/resolver
I tried
stack install cabal-install
stack init --solver --force
but this just yields
# …
CallStack (from HasCallStack):
error, called at src/Stack/Solver.hs:164:16 in stack-1.10.0-EBfIplDZnWH5c6Nkfwa7eL:Stack.Solver
I'm trying to get hsroots to build with stack. To get around
I tried
but this just yields