Skip to content

Fix: Add missing imports for GHC 9.6.7 compatibility#21

Open
Cesartwothousands wants to merge 1 commit intomeamy:masterfrom
Cesartwothousands:master
Open

Fix: Add missing imports for GHC 9.6.7 compatibility#21
Cesartwothousands wants to merge 1 commit intomeamy:masterfrom
Cesartwothousands:master

Conversation

@Cesartwothousands
Copy link

Fix: Add missing imports for GHC 9.6.7 compatibility

Fixes #20

Summary

Adds explicit imports for msum and liftM from Control.Monad in StateFold.hs to fix build errors with GHC 9.6.7+.

Solution

Added explicit import:

import Control.Monad (msum, liftM)

Testing

✅ Builds successfully with GHC 9.6.7
✅ All 34 modules compile without errors

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.

Build Error: Missing Imports for msum and liftM in StateFold.hs with GHC 9.6.7

1 participant

Comments