Haskell.org
Haskell.org is participating in GSoC 2025. View the ideas list and the contribution guide for this organization.
Purely functional programming language

Category

Programming languages

Years

Technologies

haskellghccabalcodeworldservantcompiler

Topics

programming languagesfunctional-programmingeducationcompilershaskellfunctional programmingbuild tools#compilers#programming-tools#functional-programming#programming-languages#educationprogramming tools
Past Projects
HLS Cabal Plugin Continuation proposal
Georgii Gerasev
I am aiming at solving the following parts of the "Cabal Plugin Continuation" project first: - Completion of local and non-local package names...
LSP Inlay Hints feature for haskell-language-server
jinser
This proposal aims to describe how to add inlay hints support to the Haskell language server. Inlay hints can provide a more fancy, intuitive, and...
Continuous Integration Log Explorer Tool
abhinav_1203
The problem we are trying to solve is, developers struggle to analyze massive CI test logs, especially for rare intermittent failures. This project...
Parse error recovery and incrementality for GHC
Kariiem
GHC is Haskell's most advanced compiler, supporting Haskell2010 report as well as several compiler extensions. Yet, GHC is not fault-tolerant, an...