You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 well-typed/optics#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 well-typed/optics#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.The text was updated successfully, but these errors were encountered: