Skip to content

Conversation

@TristanCacqueray
Copy link
Contributor

This change fixes the following errors with ghc-9.6:

lib/Language/Souffle/Interpreted.hs:305:9: error: [GHC-88464]
Variable not in scope:
forM_

lib/Language/Souffle/Compiled.hs:214:3: error: [GHC-88464]
Variable not in scope:
when :: Bool -> CMarshalSlow () -> CMarshalSlow ()
|
214 | when (byteCount + offset > totalByteCount) $ do

This change fixes the following errors with ghc-9.6:

  lib/Language/Souffle/Interpreted.hs:305:9: error: [GHC-88464]
      Variable not in scope:
        forM_

  lib/Language/Souffle/Compiled.hs:214:3: error: [GHC-88464]
      Variable not in scope:
        when :: Bool -> CMarshalSlow () -> CMarshalSlow ()
      |
  214 |   when (byteCount + offset > totalByteCount) $ do
@luc-tielen
Copy link
Owner

Thank you @TristanCacqueray! Are you planning to use the library for anything? Or are you bumping packages in general? (I saw you bumped ghc-wpc too.)

@luc-tielen luc-tielen merged commit 8a70042 into luc-tielen:master Jul 4, 2023
@TristanCacqueray
Copy link
Contributor Author

You are welcome! That's it, I was fixing the ghc-wpc build with ghc-9.6, I plan on giving the ext-stg-interpreter a try to observe simple-dsp.

@luc-tielen
Copy link
Owner

Very cool, ext stg interpreter is interesting to use 🙂. Good luck with that project and thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants