Skip to content

Commit

Permalink
Try to fix ci for < 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
0rphee committed Jan 22, 2025
1 parent 0c62e14 commit a794166
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/xolsh-web.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ executable xolsh-web

-- provide import GHC.Wasm.Prim
build-depends: ghc-wasm-compat

if impl(ghc < 9.10)
buildable: False
else
buildable: True

0 comments on commit a794166

Please sign in to comment.