Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Oct 26, 2024
1 parent 857baa6 commit 6df0445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ jobs:
echo "packages: ${PKGDIR_blank_canvas_examples}" >> cabal.project
echo "packages: ${PKGDIR_wiki_suite}" >> cabal.project
cat >> cabal.project <<EOF
allow-newer: websockets:containers
source-repository-package
type: git
location: https://github.com/ku-fpg/javascript-bridge
Expand Down
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ source-repository-package
type: git
location: https://github.com/ku-fpg/javascript-bridge
tag: 683aff351c70c1ccb7cff6227fc14241ac4ada48

-- Workaround until https://github.com/jaspervdj/websockets/pull/254 is merged
allow-newer: websockets:containers

0 comments on commit 6df0445

Please sign in to comment.