Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
develop7
/
haskell-language-server
Public
forked from
haskell/haskell-language-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jul 15, 2026
bugfix: fix eval when optimization enabled (#5008)
abdivasiyev
authored
59d48eb
Copy full SHA for 59d48eb
Commits on Jul 11, 2026
Ormolu & Fourmolu on GHC 9.14 (#5009)
Show description for 765b727
kafji
authored
765b727
Copy full SHA for 765b727
Commits on Jul 9, 2026
fix(hls-eval-plugin): hardcode QckChck to eval property tests (#5007)
abdivasiyev
authored
d15fea3
Copy full SHA for d15fea3
Commits on Jul 5, 2026
Never compute the DocMap with stale data (#4936)
Show description for 048cb16
fendor
authored
048cb16
Copy full SHA for 048cb16
Commits on Jul 4, 2026
Nix shell for ghc9.14
dyniec
committed
7e1c176
Copy full SHA for 7e1c176
Commits on Jul 3, 2026
Enable semantic tokens plugin by default and update related documentation (#5000)
soulomoon
authored
3f50b22
Copy full SHA for 3f50b22
Commits on Jul 2, 2026
Docs: update Kakoune configuration instructions (#4997)
Show description for 6c5c302
ficd0
authored
6c5c302
Copy full SHA for 6c5c302
Commits on Jun 29, 2026
Bump actions/checkout to v7 (#4995)
fendor
authored
f44dbff
Copy full SHA for f44dbff
Bump actions/cache from 5 to 6 (#4993)
Show description for 8cdc9b7
dependabot[bot]
authored
8cdc9b7
Copy full SHA for 8cdc9b7
Bump actions/cache from 5 to 6 in /.github/actions/setup-build (#4994)
Show description for 17f8d5c
dependabot[bot]
authored
17f8d5c
Copy full SHA for 17f8d5c
Commits on Jun 20, 2026
Remove @santiweight from CODEOWNERS for hls-refactor-plugin (#4984)
Show description for 20727f2
santiweight
and
claude
authored
20727f2
Copy full SHA for 20727f2
Splice export modifications precisely when using CPP (#4981)
Show description for cf59dc2
crtschin
authored
cf59dc2
Copy full SHA for cf59dc2
Remove workaround for ghcup GH runner issue (#4982)
Show description for 66cbd3c
crtschin
authored
66cbd3c
Copy full SHA for 66cbd3c
Commits on Jun 18, 2026
Create `hls-export-plugin` with `Export '...'` code action (#4952)
Show description for 14bbc35
crtschin
authored
14bbc35
Copy full SHA for 14bbc35
Support symbolic record fields when converting to record syntax (#4978)
Show description for 77304e8
olaberglund
authored
77304e8
Copy full SHA for 77304e8
Bump GHA versions (#4980)
fendor
authored
6f117df
Copy full SHA for 6f117df
Support fourmolu 0.20.0.0 (#4979)
brandonchinn178
authored
f0edae5
Copy full SHA for f0edae5
Commits on Jun 16, 2026
Try getting rid of withWarnings in Compile.hs (#4971)
Aster89
authored
0a30ba1
Copy full SHA for 0a30ba1
Commits on Jun 15, 2026
Fix running `cabal test all` as a local workflow (#4974)
Show description for 6cd3581
crtschin
authored
6cd3581
Copy full SHA for 6cd3581
Commits on Jun 14, 2026
Extend delete-unused-bindings to let-expression bindings (#4972)
Show description for 04528cd
olaberglund
authored
04528cd
Copy full SHA for 04528cd
Commits on Jun 10, 2026
Remove LD_LIBRARY_PATH override in nix devShell (#4966)
crtschin
authored
1fecee8
Copy full SHA for 1fecee8
Commits on Jun 9, 2026
Fix: make subsumesEither commutative (#4964)
Show description for 8bea4a8
olaberglund
authored
8bea4a8
Copy full SHA for 8bea4a8
Commits on Jun 8, 2026
Change HLS default to prefer multi-component loading (#4959)
Show description for 07fdbfe
xsebek
authored
07fdbfe
Copy full SHA for 07fdbfe
eval: update readme; clean code; fix some bugs
Show description for a1c7d21
dschrempf
committed
a1c7d21
Copy full SHA for a1c7d21
eval: fix multiline outputs
dschrempf
committed
05c315a
Copy full SHA for 05c315a
eval: avoid usage of term "test"; instead use "evalExpr"
dschrempf
committed
94a93da
Copy full SHA for 94a93da
eval: add short documentation to functions
dschrempf
committed
da2d822
Copy full SHA for da2d822
eval: Capture `stdout` and `stderr`
Show description for d8194ce
dschrempf
committed
d8194ce
Copy full SHA for d8194ce
eval: add missing `lsp` version bound
dschrempf
committed
cefa155
Copy full SHA for cefa155
fourmolu: add missing `lsp` version bound
dschrempf
committed
5b8128f
Copy full SHA for 5b8128f
Docs: Fix some links in `eval` plugin in-source documentation
dschrempf
committed
beaf79e
Copy full SHA for beaf79e
Clarify documentation of expected test failure
dschrempf
committed
6d8111c
Copy full SHA for 6d8111c
Update some tests and avoid mentioning GHC 9.2
dschrempf
committed
42b31a8
Copy full SHA for 42b31a8
Remove comment referring to GHC 9.2 and fix code
dschrempf
committed
7e4e9e6
Copy full SHA for 7e4e9e6
Remove unused test-logs directory (#4960)
crtschin
authored
28c8760
Copy full SHA for 28c8760
Previous
Next
You can’t perform that action at this time.