Skip to content

Commit 1e6967a

Browse files
committed
clash-ffi: Remove seemingly wrong buildable guards
1 parent c4f95e3 commit 1e6967a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

clash-ffi/clash-ffi.cabal

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ library
7676
Clash.FFI.VPI.Port
7777
Clash.FFI.VPI.Port.Direction
7878
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
8579

8680
executable ffi-interface-tests
8781
import: common-options
@@ -113,9 +107,3 @@ executable ffi-interface-tests
113107
, tasty
114108
, tasty-hunit
115109
, tasty-smallcheck
116-
-- TODO: remove this once https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12264#note_602406
117-
-- is fixed
118-
if impl(ghc < 9.8.3) || impl(ghc == 9.10.1)
119-
buildable: True
120-
else
121-
buildable: False

0 commit comments

Comments
 (0)