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

fails to build with ghc-9.6 stackage nightly #184

Open
juhp opened this issue Jun 22, 2023 · 1 comment · May be fixed by #187
Open

fails to build with ghc-9.6 stackage nightly #184

juhp opened this issue Jun 22, 2023 · 1 comment · May be fixed by #187

Comments

@juhp
Copy link

juhp commented Jun 22, 2023

       Building library for Spock-core-0.14.0.1..
       [8 of 8] Compiling Web.Spock.Core
       
       /var/stackage/work/unpack-dir/unpacked/Spock-core-0.14.0.1-2d79055a51d5bb2364ac70e29c033f981b11619d5e8fd2ec1a650ffedb07ecc3/src/Web/Spock/Core.hs:117:15: error: [GHC-88464]
           Variable not in scope:
             forM_
               :: [SpockMethod]
                  -> (reqTypes1
                      -> AR.RegistryT (ActionCtxT () m) () middleware1 reqTypes1 m1 ())
                  -> AR.RegistryT
                       (ActionT m)
                       ()
                       Wai.Middleware
                       SpockMethod
                       (ReaderT (LiftHooked ctx m) m)
                       a1
           |
       117 |               forM_ allStdMethods $ \mReg ->
           |               ^^^^^
       
       /var/stackage/work/unpack-dir/unpacked/Spock-core-0.14.0.1-2d79055a51d5bb2364ac70e29c033f981b11619d5e8fd2ec1a650ffedb07ecc3/src/Web/Spock/Core.hs:149:13: error: [GHC-88464]
           Variable not in scope:
             forM_
               :: [SpockMethod]
                  -> (reqTypes0 -> AR.RegistryT n0 b0 middleware0 reqTypes0 m0 ())
                  -> AR.RegistryT
                       (ActionT m)
                       ()
                       Wai.Middleware
                       SpockMethod
                       (ReaderT (LiftHooked ctx m) m)
                       a0
           |
       149 |             forM_ allStdMethods $ \mReg ->
           |             ^^^^^
juhp added a commit to commercialhaskell/stackage that referenced this issue Jun 22, 2023
@soupi
Copy link
Contributor

soupi commented Jun 28, 2023

#185

@frostbane frostbane linked a pull request Nov 8, 2023 that will close this issue
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 a pull request may close this issue.

2 participants