We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clash-ffi
1 parent 9292eb4 commit f99af1bCopy full SHA for f99af1b
clash-ffi/clash-ffi.cabal
@@ -78,7 +78,7 @@ library
78
Clash.FFI.VPI.Reg
79
-- TODO: remove this once https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12264#note_602406
80
-- is fixed
81
- if impl(ghc < 9.8.3) || impl(ghc == 9.10.1)
+ if impl(ghc < 9.8.3) || impl(ghc == 9.10.1) || impl(ghc > 9.10.2)
82
buildable: True
83
else
84
buildable: False
@@ -116,7 +116,7 @@ test-suite ffi-interface-tests
116
, tasty-smallcheck
117
118
119
120
121
122
0 commit comments