stack.yaml extra-deps:[free-functors-0.8.4], так же добавил в package.yaml library.dependencies:[base, free-functors]. Выполняю stack build, пишет:
Error: While constructing the build plan, the following exceptions were
encountered:
In the dependencies for free-functors-0.8.4:
algebraic-classes must match ==0.9.*, but the stack configuration has no
specified version (latest matching version is 0.9.1)
base-4.10.1.0 from stack configuration does not match ==4.11.* (latest
matching version is 4.11.0.0)
template-haskell-2.12.0.0 from stack configuration does not match ==2.13.*
(latest matching version is 2.13.0.0)
needed due to foo-0.1.0.0 -> free-functors-0.8.4
Что я делаю нет так?
а если и algebraic-functors в extra-deps добавить? или вообще stack solver?
Если в extra-deps добавляете, пакеты, то как бы говорите “я осознаю что stackage за меня не разрулит и я отсолвлю это сам”. Вероятно поможет allow-newer: true в stack.yaml
Обсуждают сегодня