Skip to content

Commit

Permalink
Merge pull request #2569 from clash-lang/fix-ExpWith-9.4-workaround
Browse files Browse the repository at this point in the history
Move "Work-around for GHC 9.4 bug in ExpWithClashCF"
  • Loading branch information
leonschoorl authored Aug 29, 2023
2 parents 934f946 + 12855bf commit 9b9cf4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .ci/gitlab/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ ffi:example:
- ln -s /bin/true "$MASKBINS/vvp"
- ls -al "$MASKBINS"
- .ci/setup.sh
# Make sure we get custom cabals setting in the clash-example project too
- cp cabal.project.local clash-ffi/example
script:
- cd clash-ffi/example && ./run-iverilog.sh
after_script:
Expand Down
1 change: 0 additions & 1 deletion tests/shouldwork/Numbers/Exp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{-# LANGUAGE PartialTypeSignatures #-}

{-# OPTIONS_GHC -Wno-partial-type-signatures #-}
{-# OPTIONS_GHC -fno-specialise #-} -- TODO: remove when https://gitlab.haskell.org/ghc/ghc/-/issues/23109#note_499130 is fixed

{-# OPTIONS_GHC -fplugin=GHC.TypeLits.Extra.Solver #-}
{-# OPTIONS_GHC -fplugin=GHC.TypeLits.Normalise #-}
Expand Down
1 change: 1 addition & 0 deletions tests/shouldwork/Numbers/ExpWithGhcCF.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-specialise #-} -- TODO: remove when https://gitlab.haskell.org/ghc/ghc/-/issues/23109#note_499130 is fixed

module ExpWithGhcCF where
import Clash.Prelude
Expand Down

0 comments on commit 9b9cf4d

Please sign in to comment.