Skip to content

Commit

Permalink
Fix doctest on GHC 9.2-9.6 without multiple hidden (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb authored Nov 9, 2023
1 parent fe787fb commit 53ae9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clash-prelude/src/Clash/Prelude/BlockRam.hs
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ readNew (blockRam (0 :> 1 :> Nil))
... =>
Signal dom addr -> Signal dom (Maybe (addr, a)) -> Signal dom a
#elif __GLASGOW_HASKELL__ >= 906 && !defined(CLASH_MULTIPLE_HIDDEN)
#elif __GLASGOW_HASKELL__ >= 902 && !defined(CLASH_MULTIPLE_HIDDEN)
>>> :t readNew (blockRam (0 :> 1 :> Nil))
readNew (blockRam (0 :> 1 :> Nil))
:: ...
Expand Down

0 comments on commit 53ae9bd

Please sign in to comment.