We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f95e3 commit 1e6967aCopy full SHA for 1e6967a
clash-ffi/clash-ffi.cabal
@@ -76,12 +76,6 @@ library
76
Clash.FFI.VPI.Port
77
Clash.FFI.VPI.Port.Direction
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)
82
- buildable: True
83
- else
84
- buildable: False
85
86
executable ffi-interface-tests
87
import: common-options
@@ -113,9 +107,3 @@ executable ffi-interface-tests
113
107
, tasty
114
108
, tasty-hunit
115
109
, tasty-smallcheck
116
117
118
119
120
121
0 commit comments