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

Parsing problem #18

Open
harendra-kumar opened this issue Feb 17, 2024 · 1 comment
Open

Parsing problem #18

harendra-kumar opened this issue Feb 17, 2024 · 1 comment

Comments

@harendra-kumar
Copy link
Member

src/Streamly/Internal/Data/Stream/Channel.hs:129:5: error:
    parse error on input ‘-- | @divider enq stream@’
    |
129 |     -- | @divider enq stream@
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
<<ghc: 2366334224 bytes, 2223 GCs, 23136983/98781320 avg/max bytes residency (12 samples), 196M in use, 0.001 INIT (0.001 elapsed), 0.856 MUT (1.317 elapsed), 0.726 GC (0.729 elapsed) :ghc>>
Error: cabal: Failed to build documentation for streamly-0.10.1.

packdiff: ProcessFailure 1

The source:

{-# INLINE mkEnqueue #-}
mkEnqueue :: MonadAsync m =>
    Channel m b
    -- | @divider enq stream@
    -> ((K.StreamK m a -> m ()) -> K.StreamK m a -> K.StreamK m b)
    -- | Queuing function @enq@
    -> m (K.StreamK m a -> m ())
mkEnqueue chan runner = do
@harendra-kumar
Copy link
Member Author

Looks like a ghc version issue. We are using 8.x in packdiff build.

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

1 participant