Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark fails to build with ghc-9.6 #5

Open
juhp opened this issue Jun 23, 2023 · 2 comments
Open

benchmark fails to build with ghc-9.6 #5

juhp opened this issue Jun 23, 2023 · 2 comments

Comments

@juhp
Copy link

juhp commented Jun 23, 2023

       Building benchmark 'bench' for stateWriter-0.4.0..
       [1 of 1] Compiling Main
        
       /var/stackage/work/unpack-dir/unpacked/stateWriter-0.4.0-ad21de6c98d3e426f15b0faee209e73a8eb1825efbc4e70818e9786e288aa06d/ben
ch/bench.hs:23:5: error: [GHC-88464]
           Variable not in scope: unless :: Bool -> m () -> m ()
          |
       23 |     unless (v == 0) $ do
          |     ^^^^^^
        
       /var/stackage/work/unpack-dir/unpacked/stateWriter-0.4.0-ad21de6c98d3e426f15b0faee209e73a8eb1825efbc4e70818e9786e288aa06d/ben
ch/bench.hs:25:9: error: [GHC-88464]
           Variable not in scope: when :: Bool -> m () -> m a0
          |
       25 |         when (v `mod` 11 == 0) $ tellaction v
          |         ^^^^

Please open if PR to re-enable it in stackage

@juhp
Copy link
Author

juhp commented Jun 23, 2023

ps It would be nice to have the actual github project https url in the .cabal file.

juhp added a commit to commercialhaskell/stackage that referenced this issue Jun 23, 2023
@bartavelle
Copy link
Owner

I am away til mid July 😢 will fix it when I get back!

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

No branches or pull requests

2 participants