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
* Automatically generate Haskell bindings
Previously, the Haskell bindings became outdated as soon as we made
changes to the SCIP spec. This PR adds Haskell binding generation to the
`proto-generate.sh` script so that the Haskell bindings are
automatically kept up-to-date as we make changes to the spec.
* Update dev/proto-generate.sh
Co-authored-by: Varun Gandhi <varun.gandhi@sourcegraph.com>
* Run cabal update in CI
* Use older version of GHC
* Update Haskell CI workflow to only build existing code
---------
Co-authored-by: Varun Gandhi <varun.gandhi@sourcegraph.com>
0 commit comments