Skip to content

Cleanup 9.4 leftovers, fix couple -Wunused-packages and import warnings#4893

Merged
jhrcek merged 4 commits intohaskell:masterfrom
jhrcek:jhrcek/cleanups-9.4
Apr 12, 2026
Merged

Cleanup 9.4 leftovers, fix couple -Wunused-packages and import warnings#4893
jhrcek merged 4 commits intohaskell:masterfrom
jhrcek:jhrcek/cleanups-9.4

Conversation

@jhrcek
Copy link
Copy Markdown
Collaborator

@jhrcek jhrcek commented Apr 11, 2026

No description provided.

@jhrcek jhrcek force-pushed the jhrcek/cleanups-9.4 branch from fe00304 to c77dda0 Compare April 11, 2026 14:01
Comment thread cabal.project

if impl(ghc >= 9.14)
allow-newer:
aeson:containers,
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorted alphabetically, removed some no-longer needed entries.

Comment thread .gitignore
.vscode
/test-logs/*.log

# stack 2.1 stack.yaml lock files
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just deleting duplicated entries (they already exist few lines above this)

mFileContent <- getFileContents f
let fp = fromNormalizedFilePath f
modS <- liftIO $ runExceptT $
getModSummaryFromImports session fp modTime (textToStringBuffer . Rope.toText <$> mFileContent)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The modTime argument was used for ghc < 9.4, removing it allows for this simplification.

@jhrcek jhrcek marked this pull request as ready for review April 12, 2026 07:11
Copy link
Copy Markdown
Collaborator

@fendor fendor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the cleanup!

@fendor
Copy link
Copy Markdown
Collaborator

fendor commented Apr 12, 2026

Merge when you are ready

@jhrcek jhrcek merged commit 4eca0a3 into haskell:master Apr 12, 2026
100 of 110 checks passed
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.

2 participants