swagger2 currently doesn't build with GHC 8.10 (was checking PostgREST dependencies).
It turns out we'll have to wait for a new optics release https://github.com/well-typed/optics/issues/297 since optics 0.2 properly doesn't build with GHC currently, but I thought I'd log the progress I've made so far:
swagger2 currently doesn't build with GHC 8.10 (was checking PostgREST dependencies).
It turns out we'll have to wait for a new optics release https://github.com/well-typed/optics/issues/297 since optics 0.2 properly doesn't build with GHC currently, but I thought I'd log the progress I've made so far:
With this diff to
swagger2.cabal
the package can be configured successfully with
(but the build fails when trying to compile
optics
). I expect that by additionally relaxing theoptics
bounds to allow 0.4, this should be enough.