• 1  Community, Articles/Tutorials
  • 1.1  Haskellers
  • 1.2  Haskell Wikibook
  • 1.3  The Monad.Reader
  • 1.4  Oleg’s Mini Tutorials and Assorted Small Projects
  • 1.5  Haskell Cheat Sheet
  • 1.6  A Tutorial on the Enumerator Library
  • 1.7  Practice of Functional Programming
  • 2  Implementations
  • 2.1  Haskell Platform
  • 2.2  The Glasgow Haskell Compiler
  • 2.3  Immix Garbage Collector on GHC
  • 2.4  UHC, Utrecht Haskell Compiler
  • 2.5  Exchanging Sources between Clean and Haskell
  • 2.6  The Reduceron
  • 2.7  Specific Platforms
  • 2.7.1  Haskell on FreeBSD
  • 2.7.2  Debian Haskell Group
  • 2.7.3  Haskell in Gentoo Linux
  • 2.7.4  Fedora Haskell SIG
  • 2.8  Fibon Benchmark Tools &Suite
  • 3  Related Languages
  • 3.1  Agda
  • 3.2  MiniAgda
  • 3.3  Clean
  • 3.4  Timber
  • 3.5  Disciple
  • 4  Haskell and …
  • 4.1  Haskell and Parallelism
  • 4.1.1  TwilightSTM
  • 4.1.2  Haskell-MPI
  • 4.1.3  Eden
  • 4.1.4  GpH — Glasgow Parallel Haskell
  • 4.1.5  Parallel GHC Project
  • 4.2  Haskell and the Web
  • 4.2.1  GHCJS: Haskell to Javascript compiler
  • 4.2.2  WAI
  • 4.2.3  Warp
  • 4.2.4  Holumbus Search Engine Framework
  • 4.2.5  gitit
  • 4.2.6  Happstack
  • 4.2.7  Mighttpd2 — Yet another Web Server
  • 4.2.8  Yesod
  • 4.2.9  Snap Framework
  • 4.2.10  rss2irc
  • 4.3  Haskell and Games
  • 4.3.1  FunGEn
  • 4.3.2  Nikki and the Robots
  • 4.3.3  Freekick2
  • 4.4  Haskell and Compiler Writing
  • 4.4.1  UUAG
  • 4.4.2  AspectAG
  • 4.4.3  Berp
  • 4.4.4  LQPL — A Quantum Programming Language Compiler and Emulator
  • 5  Development Tools
  • 5.1  Environments
  • 5.1.1  EclipseFP
  • 5.1.2  ghc-mod — Happy Haskell Programming on Emacs
  • 5.1.3  Leksah — The Haskell IDE in Haskell
  • 5.1.4  HEAT: The Haskell Educational Advancement Tool
  • 5.1.5  HaRe — The Haskell Refactorer
  • 5.2  Documentation
  • 5.2.1  Haddock
  • 5.2.2  Hoogle
  • 5.2.3  lhs2TeX
  • 5.3  Testing and Analysis
  • 5.3.1  shelltestrunner
  • 5.3.2  HLint
  • 5.3.3  hp2any
  • 5.4  Optimization
  • 5.4.1  HFusion
  • 5.4.2  Optimizing Generic Functions
  • 5.5  Boilerplate Removal
  • 5.5.1  A Generic Deriving Mechanism for Haskell
  • 5.5.2  Derive
  • 5.6  Code Management
  • 5.6.1  Darcs
  • 5.6.2  ipatch
  • 5.6.3  DarcsWatch
  • 5.6.4  darcsden
  • 5.6.5  darcsum
  • 5.6.6  Improvements to Cabal’s Test Support
  • 5.6.7  cab — A Maintenance Command of Haskell Cabal Packages
  • 5.6.8  Hackage-Debian
  • 5.7  Interfacing to other Languages
  • 5.7.1  HSFFIG
  • 5.8  Deployment
  • 5.8.1  Cabal and Hackage
  • 5.8.2  Hackage 2.0
  • 5.8.3  Capri
  • 5.8.4  Shaker
  • 6  Libraries
  • 6.1  Processing Haskell
  • 6.1.1  The Neon Library
  • 6.1.2  mueval
  • 6.2  Parsing and Transforming
  • 6.2.1  The grammar-combinators Parser Library
  • 6.2.2  language-python
  • 6.2.3  Loker
  • 6.2.4  epub-metadata
  • 6.2.5  ChristmasTree
  • 6.2.6  First Class Syntax Macros
  • 6.2.7  Utrecht Parser Combinator Library: uu-parsinglib
  • 6.2.8  Regular Expression Matching with Partial Derivatives
  • 6.3  Mathematical Objects
  • 6.3.1  normaldistribution: Minimum Fuss Normally Distributed Random Values
  • 6.3.2  dimensional: Statically Checked Physical Dimensions
  • 6.3.3  AERN-Real and Friends
  • 6.3.4  hmatrix
  • 6.4  Data Types and Data Structures
  • 6.4.1  HList — A Library for Typed Heterogeneous Collections
  • 6.4.2  Persistent
  • 6.5  Generic and Type-Level Programming
  • 6.5.1  Unbound
  • 6.5.2  FlexiWrap
  • 6.5.3  uniplate
  • 6.5.4  Generic Programming at Utrecht University
  • 6.6  User Interfaces
  • 6.6.1  Gtk2Hs
  • 6.6.2  Haskeline
  • 6.6.3  CmdArgs
  • 6.7  Graphics
  • 6.7.1  Assimp
  • 6.7.2  plot/plot-gtk
  • 6.7.3  Craftwerk
  • 6.7.4  LambdaCube
  • 6.7.5  diagrams
  • 6.7.6  ChalkBoard
  • 6.8  Text and Markup Languages
  • 6.8.1  HaTeX
  • 6.8.2  Haskell XML Toolbox
  • 6.8.3  tagsoup
  • 7  Applications and Projects
  • 7.1  Education
  • 7.1.1  Holmes, Plagiarism Detection for Haskell
  • 7.1.2  Interactive Domain Reasoners (previously: Exercise Assistants)
  • 7.1.3  Yahc
  • 7.1.4  Sifflet
  • 7.2  Data Management and Visualization
  • 7.2.1  HaskellDB
  • 7.2.2  lhae
  • 7.2.3  Pandoc
  • 7.2.4  Ferry (Database-Supported Program Execution)
  • 7.2.5  The Proxima 2.0 Generic Editor
  • 7.3  Functional Reactive Programming
  • 7.3.1  reactive-banana
  • 7.3.2  Functional Hybrid Modelling
  • 7.3.3  Elerea
  • 7.4  Audio and Graphics
  • 7.4.1  Audio Signal Processing
  • 7.4.2  Tidal, Texture and Live Music with Haskell
  • 7.4.3  Hemkay
  • 7.4.4  Functional Modelling of Musical Harmony
  • 7.4.5  Cologne
  • 7.4.6  easyVision
  • 7.5  Hardware Design
  • 7.5.1  CλaSH
  • 7.5.2  ForSyDe
  • 7.5.3  Kansas Lava
  • 7.6  Proof Assistants and Reasoning
  • 7.6.1  Automated Termination Analyzer for Haskell
  • 7.6.2  Zeno — Inductive Theorem Proving for Haskell Programs
  • 7.6.3  Free Theorems for Haskell
  • 7.6.4  Streaming Component Combinators
  • 7.6.5  CSP-M Animator and Model Checker
  • 7.6.6  Swish
  • 7.7  Natural Language Processing
  • 7.7.1  NLP
  • 7.7.2  GenI
  • 7.7.3  Grammatical Framework
  • 7.8  Others
  • 7.8.1  GenProg — Genetic Programming Library
  • 7.8.2  Manatee
  • 7.8.3  xmonad
  • 7.8.4  Biohaskell
  • 7.8.5  Bullet
  • 7.8.6  Sloth2D
  • 7.8.7  hledger
  • 7.8.8  arbtt
  • 7.8.9  uacpid (Userspace ACPI Daemon)
  • 7.8.10  epub-tools (Command-line epub Utilities)
  • 8  Commercial Users
  • 8.1  Well-Typed LLP
  • 8.2  Bluespec Tools for Design of Complex Chips and Hardware Accelerators
  • 8.3  Industrial Haskell Group
  • 8.4  Tsuru Capital
  • 8.5  Oblomov Systems
  • 9  Research and User Groups
  • 9.1  Haskell at Eötvös Lorand University (ELTE), Budapest
  • 9.2  Functional Programming at UFMG and UFOP
  • 9.3  Artificial Intelligence and Software Technology at Goethe-University Frankfurt
  • 9.4  Functional Programming at the University of Kent
  • 9.5  Formal Methods at DFKI and University Bremen
  • 9.6  Haskell at Universiteit Gent, Belgium
  • 9.7  Haskell in Romania
  • 9.8  fp-syd: Functional Programming in Sydney, Australia
  • 9.9  Functional Programming at Chalmers
  • 9.10  Functional Programming at KU
  • 9.11  Dutch Haskell User Group
  • 9.12  San Simon Haskell Community
  • 9.13  Ghent Functional Programming Group