end of an era, #Hugs98 #HaskellHugs #Haskell has been removed from #Debian
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1121581
Hugs98 is a Haskell interpreter implemented in C, historically important, with different (maybe better) error messages to GHC. Sadly most of the Haskell library ecosystem is GHC-only.
Some forks of upstream (last release 2006) are still active:
https://github.com/cjacker/Hugs 2019 improvements based on original darcs repo with full history; lots of bundled packages and a more recent base package version
https://github.com/claudeha/Hugs my 2024 fork of cjacker's improvements with some bugfixes and a branch with OverloadedStrings support
https://github.com/augustss/hugs98-plus-Sep2006
updated 2025 based on 2006 tarball (no history), primarily exists to bootstrap MicroHs
https://github.com/augustss/Hugs probably ignore this one, 2006 tarball again
probably more that I have missed