Oops! Entered absent arg Arg: lvl
## Summary
GHC 9.4.x causes "Oops! Entered absent arg Arg: lvl" while other GHCs do not.
## Steps to reproduce
```
% git clone https://github.com/kazu-yamamoto/quic
% cd quic
% cabal configure --enable-tests
% cabal build
% cabal test
```
## Expected behavior
This failure should not be encountered.
## Environment
* GHC version used: GHC 9.4.3
Optional:
* Operating System: macOS ventura (13.0.1)
* System Architecture: x86_64
issue