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 8b2c273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages:

index-state: hackage.haskell.org 2025-01-18T00:42:49Z

if !arch(wasm32)
if !arch(wasm32) && impl(ghc >= 9.10)
source-repository-package
type: git
location: https://github.com/konn/ghc-wasm-earthly
Expand Down
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 8b2c273

Please sign in to comment.