Skip to content

Commit f99af1b

Browse files
Make clash-ffi buildable on GHC 9.10
1 parent 9292eb4 commit f99af1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clash-ffi/clash-ffi.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ library
7878
Clash.FFI.VPI.Reg
7979
-- TODO: remove this once https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12264#note_602406
8080
-- is fixed
81-
if impl(ghc < 9.8.3) || impl(ghc == 9.10.1)
81+
if impl(ghc < 9.8.3) || impl(ghc == 9.10.1) || impl(ghc > 9.10.2)
8282
buildable: True
8383
else
8484
buildable: False
@@ -116,7 +116,7 @@ test-suite ffi-interface-tests
116116
, tasty-smallcheck
117117
-- TODO: remove this once https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12264#note_602406
118118
-- is fixed
119-
if impl(ghc < 9.8.3) || impl(ghc == 9.10.1)
119+
if impl(ghc < 9.8.3) || impl(ghc == 9.10.1) || impl(ghc > 9.10.2)
120120
buildable: True
121121
else
122122
buildable: False

0 commit comments

Comments
 (0)