- facebook/Haxl - A Haskell library that simplifies access to remote data, such as databases or web-based services.
- caiorss/Functional-Programming - Functional Programming concepts, examples and patterns illustrated in Haskell, Ocaml and Python
- commercialhaskell/stack - The Haskell Tool Stack
- yesodweb/yesod - A RESTful Haskell web framework built on WAI.
- sdiehl/write-you-a-haskell - Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
- ghcjs/ghcjs - Haskell to JavaScript compiler, based on GHC
- jaspervdj/hakyll - A static website compiler library in Haskell
- gibiansky/IHaskell - A Haskell kernel for IPython.
- ghc/ghc - Mirror of the Glasgow Haskell Compiler. Patches are best submitted to GHC's Phabricator (https://phabricator.haskell.org/), bugs and feature-requests are best filed to GHC's Trac (https://ghc.haskell.org/trac/ghc), or sent to the mailing list (ghc-devs@haskell.org). We will accept easily-reviewed documentation changes as GitHub Pull Requests.
- valderman/haste-compiler - A GHC-based Haskell to JavaScript compiler.
- faylang/fay - A proper subset of Haskell that compiles to JavaScript
- yi-editor/yi - The Haskell-Scriptable Editor
- scotty-web/scotty - Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
- ekmett/lens - Lenses, Folds, and Traversals - Join us on freenode #haskell-lens
- sdiehl/wiwinwlh - What I Wish I Knew When Learning Haskell
- GaloisInc/HaLVM - The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen
- huangz1990/real-world-haskell-cn - 《Real World Haskell》中文翻译项目
- hzlmn/haskell-must-watch - Huge list of videos, talks , courses for Haskell programming language.
- leksah/leksah - Haskell IDE
- bos/stanford-cs240h - Course materials for Stanford CS240h, "Functional Systems in Haskell"
- bos/aeson - A fast Haskell JSON library
- DanielG/ghc-mod - Happy Haskell Hacking for editors
- lukasmartinelli/hadolint - Dockerfile linter written in Haskell
- commercialhaskell/intero - Complete interactive development program for Haskell
- colah/ImplicitCAD - A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D; gcode generation...
- BinRoot/Haskell-Data-Analysis-Cookbook - Accompanying Source Code for the Haskell Data Analysis Cookbook
- sdiehl/kaleidoscope - Haskell LLVM Kaleidoscope Tutorial
- mattgreen/hython - Haskell-powered Python 3 interpreter
- google/codeworld - Educational computer programming environment using Haskell
- chrisdone/hell - Haskell shell
- haskell-distributed/distributed-process - Cloud Haskell core library
- typelead/eta - A dialect of Haskell on the JVM
- Gabriel439/Haskell-Turtle-Library - Shell programming, Haskell style
- haskell/haskell-ide-engine - The engine for haskell ide-integration. Not an IDE
- yesodweb/wai - Haskell Web Application Interface
- kirel/detexify-hs-backend - Detexify Backend written in Haskell
- simonmichael/hledger - The hledger command-line and web-based accounting tool, a Haskell rewrite of ledger.
- ndmitchell/hlint - Haskell source code suggestions
- agrafix/Spock - Another Haskell web framework for rapid development
- tensorflow/haskell - Haskell bindings for TensorFlow
- jepst/CloudHaskell - A distributed computing framework for Haskell
- jaspervdj/stylish-haskell - Haskell code prettifier
- hspec/hspec - A Testing Framework for Haskell
- JakeWheat/intro_to_parsing - Introduction to parsing with Haskell and Parsec
- jbarrow/LambdaNet - Purely functional artificial neural network library implemented in Haskell.
- HeinrichApfelmus/reactive-banana - Library for functional reactive programming in Haskell.
- Gabriel439/Haskell-Pipes-Library - Compositional pipelines
- ucsd-progsys/liquidhaskell - Liquid Types For Haskell
- haskoin/haskoin - Haskell implementation of the Bitcoin protocol
- sleexyz/hylogen - GLSL embedded in Haskell
- vincenthz/hs-tls - TLS/SSL implementation in haskell
- knupfer/haskell-emacs - Write Emacs extensions in Haskell
- joelburget/react-haskell - React bindings for Haskell
- bitemyapp/bloodhound - Haskell Elasticsearch client and query DSL
- tweag/HaskellR - The full power of R in Haskell.
- bos/attoparsec - A fast Haskell library for parsing ByteStrings
- yesodweb/Shelly.hs - Haskell shell scripting
- mwotton/Hubris - Bridge from Ruby to Haskell
- nick8325/quickcheck - Automatic testing of Haskell programs.
- sebastiaanvisser/clay - A CSS preprocessor as embedded Haskell.
- GaloisInc/haskell-tor - A Haskell implementation of the Tor protocol.
- dmbarbour/Sirea - Simply Reactive! Declarative orchestration in Haskell using RDP
- quchen/stgi - A user-centric visual STG implementation to help understand GHC/Haskell's execution model.
- HaskVan/HaskellKoans - Haskell Koans for the Vancouver's Haskell UnMeetup
- chris-taylor/aima-haskell - Algorithms from AIMA in Haskell
- seliopou/typo - A programming language that runs in Haskell's type system.
- Gabriel439/Haskell-Morte-Library - A bare-bones calculus-of-constructions
- ndmitchell/hoogle - Haskell API search engine
- michaelochurch/summer-2015-haskell-class - Summer 2015 Haskell Class
- anton-k/ru-haskell-book - учебник по Haskell
- jgoerzen/twidge - Command-line twitter/identica client [Haskell]
- tweag/sparkle - Haskell on Apache Spark.
- gelisam/hawk - Haskell text processor for the command-line
- chrisdone/hindent - Haskell pretty printer
- byorgey/haskell-course - Introductory Haskell course materials (originally CIS 194 @ UPenn)
- nh2/call-haskell-from-anything - Call Haskell functions from any programming language via serialization and dynamic libraries
- lukexi/halive - Live recompiler for Haskell
- commercialhaskell/haskelldocumentation - Repository for collaborative Haskell documentation
- jlouis/combinatorrent - A bittorrent client written in Haskell
- phadej/github - The github API for Haskell
- jaspervdj/websockets - A Haskell library for creating WebSocket-capable servers
- chrisdone/lpaste - Paste service written in Haskell for functional programmers
- timbod7/haskell-chart - A 2D charting library for haskell
- brendanhay/amazonka - A comprehensive Amazon Web Services SDK for Haskell.
- nominolo/scion - IDE library for Haskell based on the GHC API.
- bos/statistics - A fast, high quality library for computing with statistics in Haskell.
- k0ral/hbro - A minimal web-browser written and configured in Haskell.
- ollef/Earley - Parsing all context-free grammars using Earley's algorithm in Haskell.
- justinethier/husk-scheme - A practical implementation of the Scheme programming language for the Haskell Platform.
- informatikr/hedis - A Redis client library for Haskell.
- simonmar/par-tutorial - A tutorial on Parallel and Concurrent Haskell
- sol/doctest - An implementation of Python's doctest for Haskell
- feuerbach/tasty - Modern and extensible testing framework for Haskell
- facebookarchive/lex-pass - manipulate a php codebase using haskell to transform the abstract-syntax-tree
- kazu-yamamoto/unit-test-example - Unit test example for Haskell
- fujimura/hi - Generate scaffold for a Haskell project
- jtdaugherty/brick - A declarative terminal UI programming library written in Haskell
- aristidb/aws - Amazon Web Services for Haskell
- jyh1/mmaclone - A simple Wolfram Language clone in Haskell
- pushcx/hpffp-resources - Haskell Programming From First Principles - Follow-up Resources
- LeventErkok/sbv - SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers.
- joeyh/propellor - Property-based host configuration management in haskell. (This github mirror is not used for development. Please use https://propellor.com/todo/ for bug reports and pull requests.)
- m4dc4p/cheatsheet - A Haskell CheatSheet in PDF and literate source formats.
- haskell-game/sdl2 - Haskell bindings to the SDL2 library
- lambdacube3d/lambdacube-edsl - Previous version of LambdaCube 3D as Embedded Domain Specific Language in Haskell. Check the latest system:
- mikeizbicki/HerbiePlugin - GHC plugin that improves Haskell code's numerical stability
- ivanperez-keera/haskanoid - A breakout game in Haskell using SDL and FRP, with Wiimote and Kinect support.
- twittner/zeromq-haskell - This repository has been moved to https://gitlab.com/twittner/zeromq-haskell
- takeoutweight/shade - Interactive, client-side web apps in Haskell
- LambdaHack/LambdaHack - Haskell game engine library for roguelike dungeon crawlers
- khibino/haskell-relational-record - This repository includes a joined query generator based on typefull relational algebra, and mapping tools between SQL values list and Haskell record type.
- joshcough/HaskellStarter - A project that demonstrates getting up and running with Haskell.
- mchakravarty/language-c-inline - Inline C & Objective-C in Haskell
- VinylRecords/Vinyl - Extensible Records for Haskell. Pull requests welcome! Come visit us on #vinyl on freenode.
- jaspervdj/blaze-html - A blazingly fast HTML combinator library for Haskell.
- chrisdone/hulk - Haskell IRC daemon.
- Twinside/Juicy.Pixels - Haskell library to load & save pictures
- egonSchiele/chips - A clone of Chips Challenge in Haskell
- bos/critbit - A Haskell implementation of crit-bit trees.
- tommythorn/Reduceron - FPGA Haskell machine with game changing performance. Reduceron is Matthew Naylor, Colin Runciman and Jason Reich's high performance FPGA softcore for running lazy functional programs, including hardware garbage collection. Reduceron has been implemented on various FPGAs with clock frequency ranging from 60 to 150 MHz depending on the FPGA. A high degree of parallelism allows Reduceron to implement graph evaluation very efficiently. This fork aims to continue development on this, with a view to practical applications. Comments, questions, etc are welcome.
- ekmett/quine - haskell, opengl, toy project
- ajhc/ajhc - A fork of jhc. And also a Haskell compiler.
- simonmar/parconc-examples - Sample code to accompany the book "Parallel and Concurrent Programming in Haskell"
- Paczesiowa/hsenv - Virtual Haskell Environment builder
- lpsmith/postgresql-simple - Mid-level client library for accessing PostgreSQL from Haskell
- haskelllive/haskelllive - Source code of the Haskell Live episodes.
- bscarlet/llvm-general - Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
- gwentacle/wisp - small-but-featureful embeddable lisp interpreter written in haskell.
- corsis/PortFusion - Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...).
- google/proto-lens - API for protocol buffers using modern Haskell language and library patterns. This is not an official Google product.
- honza/redish - A multi-threaded, TCP, key-value store inspired by Redis implemented in Haskell.
- ekmett/hask - Category theory for Haskell with a lens flavor (you need GHC 7.8.3, not 7.8.2 to build this!)
- w7cook/AoPL - A book on programming languages, using Haskell
- snoyberg/haskellers - haskellers.com site
- 1HaskellADay/1HAD - 1 Haskell A Day exercises
- mthom/shentong - A Haskell implementation of the Shen programming language.
- leepike/Copilot - A (Haskell DSL) stream language for generating hard real-time C code.
- acid-state/acid-state - Add ACID guarantees to any serializable Haskell data structure
- spell-music/csound-expression - Haskell Framework for Electronic Music
- mstksg/auto - Haskell DSL and platform providing denotational, compositional api for discrete-step, locally stateful, interactive programs, games & automations. http://hackage.haskell.org/package/auto
- egonSchiele/HandsomeSoup - Easy HTML parsing for Haskell
- neovimhaskell/nvim-hs - Neovim API for Haskell plugins as well as the plugin provider
- bos/text - An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework.
- Gabriel439/Haskell-Optparse-Generic-Library - Auto-generate a command-line parser for your datatype
- flannelhead/blackstar - A black hole raytracer written in Haskell
- fimad/scalpel - A high level web scraping library for Haskell.
- tfausak/haskeleton - 💀 A Haskell package skeleton.
- haskell/HTTP - Haskell HTTP package
- Gabriel439/Haskell-Typed-Spreadsheet-Library - Typed and composable spreadsheets
- CIFASIS/QuickFuzz - An experimental grammar fuzzer in Haskell using QuickCheck
- input-output-hk/pos-haskell-prototype - pos cryptocurrency prototype
- himura/twitter-conduit - Twitter API package for Haskell, including enumerator interfaces and Streaming API supports.
- haskell/c2hs - c2hs is a pre-processor for Haskell FFI bindings to C libraries
- bos/llvm - Haskell bindings to the LLVM compiler infrastructure project.
- mzero/haskell-amuse-bouche - A short technical talk about some fun things in Haskell
- jtdaugherty/vty - A high-level ncurses alternative written in Haskell
- ekmett/linear - Low-dimensional linear algebra primitives for Haskell.
- wellposed/numerical - Numerical is the core library for Numerical Haskell
- meiersi/blaze-react - A blaze-html style ReactJS binding for Haskell using GHCJS
- katychuang/getting-started-with-haskell - notes on where to find Haskell tutorials and tips to complete them
- bos/configurator - A Haskell library supporting flexible, dynamic file-based configuration.
- boothead/oHm - Om with Haskell in it
- kallisti-dev/hs-webdriver - A Haskell client for the Selenium WebDriver protocol.
- haskell-opengl/OpenGL - Haskell bindings to OpenGL
- lambdabot/lambdabot - A friendly IRC bot and apprentice coder, written in Haskell.
- Gabriel439/Haskell-Dhall-Library - A configuration language guaranteed to terminate
- alsonkemp/turbinado - MVC Web Framework for Haskell. See http://github.com/turbinado/turbinado-website for example code
- ivanperez-keera/Yampa - Domain-specific language embedded in Haskell for programming hybrid (mixed discrete-time and continuous-time) systems. Yampa is based on the concepts of Functional Reactive Programming (FRP) and is structured using arrow combinators.
- phaazon/luminance - Type-safe, type-level and stateless Haskell graphics framework
- jspahrsummers/ObjectiveHaskell - Tools for making it easier to integrate Haskell and Objective-C.
- jekor/redo - djb's redo implementation in Haskell (for Haskell from Scratch video series)
- GaloisInc/HaNS - The haskell network stack
- bjpop/language-python - A parser for Python 2.x and 3.x written in Haskell
- alpmestan/hnn - haskell neural network library
- vimus/vimus - An MPD client with vim-like key bindings, written in Haskell
- rdnetto/powerline-hs - A lightning fast reimplementation of the Powerline prompt generator in Haskell.
- msgpack/msgpack-haskell - Haskell implementation of MessagePack / msgpack.org[Haskell]
- gtk2hs/gtk2hs - GUI library for Haskell based on GTK+
- egonSchiele/dominion - A Dominion simulator in Haskell
- ocharles/engine.io - A Haskell server implementation of the Engine.IO and Socket.IO (1.0) protocols
- lymar/hastache - Haskell implementation of Mustache template
- talw/crisp-compiler - A compiler for Crisp (Lisp/Scheme-inspired language) in Haskell, with an LLVM backend
- neurocyte/android-haskell-activity - An example of an Android Activity written in Haskell
- Soostone/hadron - Construct and run Hadoop MapReduce programs in Haskell
- albertoruiz/easyVision - Haskell packages for computer vision, image processing, and pattern recognition
- adscib/monad-bayes - A library for probabilistic programming in Haskell.
- janrain/riak-haskell-client - A fast Haskell client library for the Riak decentralized data store
- dpp/LispHaskellIPad - An iPad app that's a Lisp interpretter... written in Haskell (heh heh heh)
- snapframework/heist - An xhtml-based templating engine, allowing Haskell functions to be bound to XML tags.
- Daniel-Diaz/HaTeX - The Haskell LaTeX library.
- sol/hpack - hpack: An alternative format for Haskell packages
- jdnavarro/graphql-haskell - Haskell GraphQL implementation
- brendanhay/gogol - A comprehensive Google Services SDK for Haskell.
- Yuras/pdf-toolbox - A collection of tools for processing PDF files in Haskell
- opqdonut/haskell-exercises - Haskell exercises with automatic tests
- haskell-suite/haskell-src-exts - Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
- aisamanra/rust-haskell-ffi - Toy example of calling Rust from Haskell
- gregorulm/h2048 - An implementation of the game 2048 in Haskell
- denisshevchenko/ohaskell.guide - Ваша первая книга о языке Haskell
- lotz84/haskell - Haskell 俯瞰まとめ
- UweSchmidt/hxt - Haskell XML Toolbox
- snowleopard/hadrian - Hadrian: a new build system for the Glasgow Haskell Compiler
- jgm/texmath - A Haskell library for converting LaTeX math to MathML.
- erikd/language-javascript - Parser for JavaScript, in Haskell
- danielwaterworth/siege - [DEPRECATED] A DBMS written in Haskell
- wavewave/hoodle - hoodle : A pen notetaking program written in haskell
- snapframework/io-streams - Simple, composable, and easy-to-use stream I/O for Haskell
- jcollard/unm-hip - The University of New Mexico's Haskell Image Processing Library
- hreinhardt/amqp - Haskell AMQP client library
- feuerbach/smallcheck - smallcheck: test your Haskell code by exhaustively checking its properties
- simonmar/alex - A lexical analyser generator for Haskell
- haskell-tools/haskell-tools - Developer tools for Haskell
- palf/haskell-sdl2-examples - SDL2 tutorial code in Haskell
- kazu-yamamoto/recursion-drill - Drill to study recursive programming in Haskell
- tweag/inline-java - Haskell/Java interop via inline Java code in Haskell modules.
- hdbc/hdbc - Haskell Database Connectivity
- sweirich/dth - Examples of Dependently-typed programs in Haskell
- nandor/hcraft - Haskell clone of a certain game
- jfeltz/dash-haskell - dash docset builder for Haskell packages and cabal project dependencies
- haskell-fswatch/hfsnotify - Unified Haskell interface for basic file system notifications
- exercism/xhaskell - Exercism Exercises in Haskell
- AtnNn/haskell-rethinkdb - RethinkDB client library for Haskell
- mvdan/hint - Runtime Haskell interpreter
- gregorycollins/hashtables - Mutable hash tables for Haskell, in the ST monad
- alphaHeavy/protobuf - An implementation of Google's Protocol Buffers in Haskell.
- sdiehl/tinyjit - Haskell JIT
- Paczesiowa/virthualenv - Virtual Haskell Environment builder
- cyga/real-world-haskell - parser for code samples from the book "real world haskell" (http://book.realworldhaskell.org/read/)
- ndmitchell/tagsoup - Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents
- I3ck/HGE2D - 2D game engine written in Haskell
- rrnewton/haskell-lockfree - A collection of different packages for CAS based data structures.
- nominolo/lambdachine - VM and tracing JIT for Haskell (work in progress)
- ChrisPenner/rasa - Extremely modular text editor built in Haskell
- willdonnelly/dyre - A Dynamic Reconfiguration Library for Haskell Programs
- rubik/argon - Monitor cyclomatic complexity in Haskell programs
- mchakravarty/HaskellSpriteKit - Haskell binding to Apple's SpriteKit framework
- bitc/lushtags - Create ctags compatible tags files for Haskell programs
- frontrowed/stratosphere - Haskell EDSL and type-checker for AWS CloudFormation templates
- mmirman/ImperativeHaskell - Proof that Haskell can look and act like an imperative language.
- m4dc4p/haskelldb - A library for building re-usable and composable SQL queries.
- hailstorm-hs/hailstorm - Haskell distributed stream processing with exactly-once semantics
- goldfirere/singletons - Fake dependent types in Haskell using singletons
- boundedvariation/quantfin - quant finance in pure haskell
- klappvisor/haskell-telegram-api - Telegram Bot API for Haskell
- cpennington/h4sh - Fork of Don Stewarts h4sh haskell shell scripts
- bgamari/b-tree - Haskell on-disk B* tree implementation
- bendyworks/api-server - A JSON API server written in Haskell
- tanakh/Peggy - The Parser Generator for Haskell
- wavewave/fficxx - Haskell-C++ Foreign Function Interface Generator
- Russell91/pyfi - PYthon Function Interface for haskell
- mvoidex/hsdev - Haskell development tool
- acowley/roshask - Haskell client library for the ROS robotics framework.
- jberryman/unagi-chan - A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
- geekrelief/as3tohaxe - An Actionscript 3 to haXe source converter written in Haskell
- bos/pool - A high-performance striped resource pooling implementation for Haskell
- alephnullplex/cradle - Let's Build a Compiler (in Haskell)
- sebastiaanvisser/fclabels - First class composable record labels for Haskell.
- RefactoringTools/HaRe - The Haskell Refactoring Tool
- dmbarbour/haskell-vcache - large, persistent, memcached values and structure sharing for Haskell
- chrisdone/haskellnews - An aggregation of all online content related to Haskell.
- crufter/haquery - jQuery for Haskell
- clckwrks/clckwrks - A Haskell CMS platform
- 5outh/Bang - A Drum Machine DSL for Haskell
- simonmar/happy - The Happy parser generator for Haskell
- iand675/haskell-checklist - Preflight checklist for Haskell code. Aspire to greatness!
- Gabriel439/Haskell-Foldl-Library - Composable, streaming, and efficient left folds
- chris-taylor/Classical-Mechanics - Haskell toolbox for research and teaching in classical mechanics. Includes modules for symbolic algebra and automatic differentiation.
- mongodb-haskell/mongodb - MongoDB driver for Haskell
- keera-studios/keera-hails - Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications
- owainlewis/http-dispatch - A high level HTTP client for Haskell that focuses on ease of use
- jgoerzen/missingh - Utility library [Haskell]
- lukasmartinelli/hwk - A Haskell based awk and sed alternative
- gwern/mueval - A secure sandboxed Haskell interpreter for pure function evaluation
- dmjio/stripe - 💰 Stripe API for Haskell
- cosbynator/haskakafka - Kafka bindings for Haskell
- moonmaster9000/bird - A sinatra-ish framework written in haskell, riding on top of Hack
- JakeWheat/hssqlppp - sql parser and type checker in haskell
- goldfirere/units - The home of the units Haskell package
- donya/Kulitta - A Haskell-based library for algorithmic and automated composition. This library was the subject of my dissertation at Yale university and is the subject of my ongoing work.
- winterland1989/mysql-haskell - Pure haskell mysql driver
- krisajenkins/elm-export - Create Elm types and JSON decoders from Haskell source.
- keera-studios/haskell-game-programming - A central repository of Haskell Game Programming resources, put together by Keera Studios
- kazu-yamamoto/logger - A fast logging system for Haskell
- jekor/hesh - Haskell Extensible Shell
- iu-parfunc/lvars - The LVish Haskell library
- IFCA/opencl - Haskell high-level wrapper for OpenCL
- derekmcloughlin/pearls - Pearls of Functional Algorithm Design by Richard Bird - Haskell Code
- Chase-C/Flocking-Simulation - A 3D Boids-like flocking simulation coded in Haskell.
- sol/reserve - Universal and robust reloading for Haskell web applications
- jaredloomis/andromeda - A GLSL code generating DSL embedded in Haskell
- Gabriel439/Haskell-Lens-Tutorial-Library - The missing tutorial module for the lens library
- bkirwi/ethereum-haskell - An independent reimplementation of Ethereum in Haskell
- seanhess/robotquest - RobotQuest is a MMO, programming game. Instead of playing RobotQuest directly, you write a program that plays it for you. Your program communicates with the game server API over HTTP by sending and receiving JSON messages. Written in HTML, Haskell, with MongoDB
- jtdaugherty/HaskellNet - Haskell library which provides client support for POP3, SMTP, and IMAP protocols.
- Gabriel439/Haskell-Annah-Library - Distributed programming language that desugars to Morte
- freizl/hoauth2 - haskell oauth2 binding
- YoEight/eventstore - EventStore Haskell TCP Client
- nikita-volkov/graph-db - An experimental native Haskell graph database
- kolmodin/binary - Efficient, pure binary serialisation using ByteStrings in Haskell.
- fortytools/holumbus - A Haskell library which provides the basic building blocks for creating powerful indexing and search applications.
- ekmett/gl - Complete raw OpenGL bindings for Haskell
- colah/HaskSymb - An Experiment in Haskell Symbolic Algebra
- alpmestan/servant - Moved to http://github.com/haskell-servant
- tibbe/hyena - A Haskell web application server.
- haskell/fgl - A Functional Graph Library for Haskell
- FranklinChen/clojure-transducers-in-haskell - Clojure transducers in a typed setting, in Haskell
- davean/waldo - A small Haskell server for generating visual stories based on some ascertainable data about the requester.
- CGenie/haskell-snake - Snake game implemetation in Haskell using SDL
- tomlokhorst/AwesomePrelude - Yet another alternative Haskell Prelude, but this one is awesome!
- ToJans/learninghaskell - Learning Haskell
- serras/lambdaconf-2015-web - Projects for LambdaConf 2015 Haskell web workshop
- LumiGuide/haskell-opencv - Haskell binding to OpenCV-3.1
- LeventErkok/hArduino - Control your Arduino board from Haskell, using the Firmata protocol
- guillaume-nargeot/hpc-coveralls - coveralls.io support for haskell code coverage with hpc
- Gabriel439/Haskell-MVC-Library - Model-view-controller
- bos/strange-loop-2011 - Slides and examples from my Haskell workshop at Strange Loop.
- ifesdjeen/haskell-ffi-tutorial - A (missing) Haskell FFI tutorial: how to work with nested Structs and do bi-directional C<->Haskell interop
- ekmett/structures - A playground for working on advanced data structures in Haskell
- bsl/GLFW-b - Haskell bindings to GLFW
- augustss/djinn - Generate Haskell code from a type
- skogsbaer/hscurses - ncurses binding for Haskell
- pontarius/pontarius-xmpp - An XMPP client library for Haskell.
- lettier/gifcurry - A Haskell based program to create animated GIFs, overlaid with optional text, from video files.
- Lemmih/lhc - The LLVM LHC Haskell Optimization System
- fpco/rdr2tls - Haskell web service that redirects all traffic from HTTP to HTTPS
- brunjlar/neural - Neural Nets in native Haskell
- abailly/aws-lambda-haskell - Running Haskell code on AWS Lambda
- urv/fixhs - FIX (co)parser in haskell
- paulrzcz/hquantlib - HQuantLib, financial math in Haskell
- mgajda/json-autotype - Automatic Haskell type inference from JSON input
- jvranish/MiniKanrenT - An implementation of miniKanren in Haskell
- jgoerzen/hslogger - Logging infrastructure [Haskell]
- haskell-distributed/distributed-process-platform - DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution
- alexbecker/formal-morality - A formal moral framework coded in Haskell
- aleator/CV - Haskell wrappers and utilities for OpenCV machine vision library
- Soostone/katip - A structured logging framework for Haskell
- rudymatela/fitspec - refine properties for testing Haskell programs
- pietervdvn/Haskell - Introduction to haskell
- lspitzner/brittany - haskell source code formatter
- kim/leveldb-haskell - Haskell bindings to LevelDB (http://leveldb.googlecode.com)
- ekmett/reflection - Reifies arbitrary Haskell terms into types that can be reflected back into terms
- agrafix/funblog - A simple blog software written in Haskell
- yamadapc/haskell-ascii-progress - A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project
- wyager/Example-Distributed-App - An example distributed systems application in Haskell using Cloud Haskell
- vincenthz/language-java - Java parser and printer for haskell
- slyrz/hase - Haskell bindings for the Senna NLP toolkit
- jamesdabbs/pi-base.hs - A Haskell-powered modernization of Counterexamples in Topology
- HaskellZhangSong/Introduction_to_Haskell - This is source code of my book.
- djv/VisualProf - http://www.reddit.com/r/haskell/comments/cr15z/visualprof_profiles_your_haskell_program_and/?sort=hot
- bitemyapp/open-haskell - Community edited and directed course based on Spring '13 cis194.
- afcowie/http-streams - Haskell HTTP client library for use with io-streams
- waldheinz/ads - A Freenet clone written in Haskell
- kosmikus/lhs2tex - Preprocessor for typesetting Haskell sources with LaTeX
- judah/haskeline - A Haskell library for line input in command-line programs. http://trac.haskell.org/haskeline
- chetant/LibClang - Haskell FFI to libclang
- bollu/cellularAutomata - a collection of cellular automata written in Haskell with Diagrams
- ahushh/Monaba - Imageboard engine written in Haskell and powered by Yesod
- Twinside/Rasterific - A drawing engine in Haskell
- travitch/datalog - A pure Haskell implementation of Datalog
- mzero/barley - Get going with Haskell ASAP
- ku-fpg/hermit - Haskell Equational Reasoning Model-to-Implementation Tunnel
- haskell/win32 - Haskell support for the Win32 API
- dmjio/envy - 😠 Environmentally friendly environment variables for Haskell
- christian-marie/git-vogue - Make your Haskell git repositories fashionable.
- bmillwood/stepeval - A program for evaluating a Haskell expression step-by-step
- bjpop/haskell-mpi - MPI bindings for Haskell
- ajtulloch/haskell-ml - Haskell implementations of various ML algorithms.
- winterland1989/magic-haskell - 魔力haskell官方网站
- tmcdonell/cuda - Haskell FFI bindings to CUDA
- tathougies/beam - A type-safe, non-TH Haskell SQL library and ORM
- ShabbyX/libpandoc - C bindings to Pandoc, a markup converter library written in Haskell.
- MedeaMelana/Magic - Haskell implementation of Magic: The Gathering
- lspitzner/exference - Haskell tool to generate expressions from types
- k-bx/protocol-buffers - Haskell protocol-buffers package
- xtendo-org/chips - A fast, lightweight, and concurrent plugin manager for the fish shell, written in Haskell
- tfausak/blunt - ✏️ Convert between pointfree and pointful Haskell expressions.
- rnons/shadowsocks-haskell - shadowsocks in haskell
- mokehehe/monao - Super monao bros. in Haskell
- markhibberd/riak-haskell-client - A fast Haskell client library for the Riak decentralized data store
- madjestic/Haskell-OpenGL-Tutorial - an attempt to create a concise modern Haskell OpenGL boilerplate with basic IO
- jhickner/smtp-mail - Making it easy to send SMTP email from Haskell
- jgoerzen/hpodder - Podcatcher to download podcasts Haskell
- itchyny/miv - Vim plugin manager written in Haskell
- haskell-suite/haskell-names - Haskell suite library for name resolution
- glguy/irc-core - Haskell IRC library and console client - Join us on Freenode #haskell-irc
- exclipy/pdata - Purely functional, persistent and efficient vector and hash-map data structures for Haskell
- chrisnc/tangaroa - A toy implementation of the Raft protocol in Haskell, with an experimental BFT variant.
- beckyconning/haskell-snake - Simple and short implementation of a Snake game. Any pull requests which make it shorter or cleaner would be greatly appreciated : ).
- alexandersgreen/qio-haskell - The Quantum IO Monad, implemented in Haskell
- 2016rshah/heckle - ✒️ Jekyll in Haskell (feat. LaTeX)
- puffnfresh/haskell-buildpack-demo - Demo of the Heroku Haskell Buildpack
- mlite/hLLVM - A Haskell library for analysing and transforming LLVM code
- michaelschade/hs-stripe - A Haskell implementation of the Stripe API.
- keera-studios/keera-posture - Alleviate your back pain using Haskell and a webcam
- intolerable/reddit - reddit api for haskell
- hlian/linklater - A Haskell library for the Slack API (including real-time messaging!)
- ekmett/semigroups - Haskell 98 semigroups
- ekmett/comonad - Haskell 98 comonads
- dmjio/google-translate - ㊙️ Google Translate bindings for Haskell
- acfoltzer/Molog - A typed logic programming language embedded in Haskell
- vincenthz/hit - library to manipulate git repositories in haskell (no bindings)
- kolmodin/herl - Erlang BEAM emulator in Haskell
- jhartikainen/hs-language-php - Experimental Haskell PHP parser / evaluator / code generator
- Gabriel439/Haskell-Errors-Library - Type-safe error handling
- bos/bloomfilter - A fast Haskell Bloom filter library.
- agrafix/elm-bridge - Haskell: Derive Elm types from Haskell types
- vincenthz/hs-certificate - Certificate and Key Reader/Writer in haskell
- tomahawkins/improve - An imperative programming language in Haskell for high assurance embedded applications. ImProve programs are verified with model checking. ImProve compiles to C and Simulink.
- tibbe/event - A Haskell event notification library
- sol/markdown-unlit - Literate Haskell support for Markdown
- snoyberg/xml - Various XML utility packages for Haskell
- kazu-yamamoto/cab - A maintenance command of Haskell cabal packages
- JPMoresmau/BuildWrapper - Utility to manage haskell projects for an IDE
- jgoerzen/hsh - Shell Integration Library [Haskell]
- hspec/hspec-example - A Haskell/Hspec skeleton project
- haskell-gi/haskell-gi - Generate Haskell bindings for GObject-Introspection capable libraries
- gombocarti/erlang-ffi - A Foreign Function Interface that lets Haskell and Erlang programs communicate.
- Gabriel439/Haskell-List-Transformer-Library - List monad transformer
- zalora/sproxy - Obsolete. See http://hackage.haskell.org/package/sproxy2
- yav/graphmod - A utility for displaying the module dependecies of Haskell programs.
- wdanilo/haskell-logger - Fast & extensible logging framework for Haskell!
- tfausak/flow - 💧 Write more understandable Haskell.
- soundcloud/haskell-kubernetes - Haskell bindings to the v1 Kubernetes api, generated via swagger-codegen
- sjsyrek/study-haskell-nyc - Information about the "Haskell Programming from First Principles" reading group in NYC.
- neurocyte/foreign-jni - Haskell bindings to the Java Native Interface
- mstksg/tensor-ops - Type-safe tensor manipulation operations in Haskell with tensorflow-style automatic differentiation
- Mokosha/Lambency - A Real-Time Rendering framework written in Haskell
- iand675/hs-mesos - Mesos bindings for Haskell
- Hrothen/Hubert - Toy web rendering engine in haskell
- hauxir/haskell-tetris - Tetris game written in Haskell using ncurses
- haskell-lisp/liskell - Haskell Semantics with Lisp Syntax
- ghulette/haskell-parser-examples - Examples of a simple parser written in both Parsec and Happy/Alex
- arjunguha/haskell-couchdb - Haskell bindings for CouchDB
- urs-of-the-backwoods/HGamer3D - A tool to use Haskell for game programming.
- tfausak/hairy - 💇 A JSON REST API built in Haskell.
- sdiehl/llvm-tutorial-standalone - Minimal Example of LLVM Haskell JIT
- RaminHAL9001/Dao - The Dao System, a Haskell package providing a domain-specific scripting language and knowledge base designed for artificial intelligence, specifically for understanding natural language.
- patperry/hs-monte-carlo - A Monte Carlo monad and transformer for Haskell.
- mpickering/apply-refact - Refactor Haskell source files
- kazu-yamamoto/mighttpd - A simple but practical HTTP server in Haskell. 'mighttpd' should be called 'mighty'.
- hdevtools/hdevtools - Persistent GHC-powered background server for FAST haskell development tools
- haskell/pretty - Haskell Pretty-printer library
- haskell-opengl/GLUT - Haskell bindings to GLUT
- def-/ghc-vis - Visualize live Haskell data structures in GHCi
- bos/mwc-random - A very fast Haskell library for generating high quality pseudo-random numbers.
- alevy/postgresql-orm - An Haskell ORM (Object Relational Mapping) and migrations DSL for PostgreSQL.
- agrafix/users - A library simplifying user management for Haskell web applications
- Soostone/cassy - High level Cassandra bindings for Haskell
- sol/aeson-qq - JSON quasiquoter for Haskell
- sebfisch/primes - Prime Numbers for Haskell
- ryanpbrewster/haskell - Personal haskell programs
- paulgb/haskell_hadoop - Haskell module for streaming hadoop MapReduce jobs
- ocharles/plhaskell - Write PostgreSQL functions in Haskell
- myfreeweb/pcre-heavy - A Haskell regular expressions library that doesn't suck
- ledger/ledger4 - A rewrite of Ledger's core mathematical concepts in Haskell
- lambdacube3d/lambdacube-compiler - LambdaCube 3D is a Haskell-like purely functional language for GPU. Try it out:
- jaspervdj/planet-wars-haskell - Unofficial Haskell starter package for the Planet Wars AI contest
- intoverflow/Potential - x86-64 assembly as a Haskell EDSL
- haskell-opengl/OpenGLRaw - Haskell bindings to OpenGL (direct C bindings)
- dstcruz/Write-Yourself-A-Scheme-In-48-Hours - My solutions to the popular Haskell tutorial
- bramgg/99haskell - Live Haskell coding problems
- adamwalker/sdr - Software defined radio library in Haskell
- yogsototh/learn_haskell - An attemps to make a document to help learn Haskell
- nh2/haskell-from-python - Example how to call Haskell from Python easily (using ctypes.cdll.LoadLibrary)
- nbartlomiej/tfoo - Five-in-a-Row online with Haskell and Server-sent Events
- magthe/cblrepo - Tool to simplify managing a consistent set of Haskell packages for distributions.
- ku-fpg/blank-canvas - A Haskell API into HTML5 Canvas
- kazu-yamamoto/dns - DNS libary in Haskell
- frasertweedale/hs-jose - Haskell JOSE and JWT library
- erikd/http-proxy - A Haskell library for writing HTTP and HTTPS proxies.
- beijaflor-io/ghcjs-commonjs - Seamless calls of Haskell code from JavaScript modules
- antonlogvinenko/javelin - JVM implementation in Haskell
- tylerholien/milena - the (very humble) beginnings of a kafka client for haskell
- snoyberg/file-server-demo - Single-file example of a Haskell file server
- rnons/HadouRex - douban.fm CLI client in Haskell. You might be interested in https://github.com/rnons/lord
- mchakravarty/lazy-lambda - Lazy Lambda — a Flappy Bird clone in Haskell with SpriteKit
- JoeyEremondi/haskelm - Haskell to Elm translation using Template Haskell. Contains both a library and executable.
- jaspervdj/dcpu16-hs - Haskell implementation of Notch's dcpu-16 specification (assembler, emulator)
- haskell/ThreadScope - A graphical tool for profiling parallel Haskell programs
- facebookarchive/futil - utility library for haskell projects
- expipiplus1/vulkan - Haskell bindings for Vulkan
- conscell/hugs-android - Port of HUGS Haskell interpreter to Android
- andrewdougherty/svm - A support vector machine implemented in Haskell.
- vimus/libmpd-haskell - A client library for MPD, the Music Player Daemon
- stackbuilders/hapistrano - Deploy tool for Haskell applications, like Capistrano for Rails
- snoyberg/file-embed - Use Template Haskell to embed file contents directly.
- skogsbaer/HTF - Haskell Test Framework
- Poincare/QLearn - A fast, easy-to-use q-learning library for Haskell
- nbouscal/poker.hs - Texas Hold'em in Haskell
- mpickering/slack-api - Haskell bindings to the Slack RTM API
- mikeplus64/Level-0 - Haskell Snake clone.
- ilya-klyuchnikov/lambdapi - Dependently Typed Lambda Calculus in Haskell
- dorchard/effect-monad - Embeds effect systems in Haskell using 'parametric effect monads'
- denibertovic/docker-hs - A Haskell library for the Docker Engine API
- AllureOfTheStars/Allure - Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad game written in Haskell
- abooij/haskell-wayland - Haskell bindings for the Wayland library
- xmonad/X11 - A Haskell binding to the X11 graphics library.
- PatrickMaier/HdpH - Haskell distributed parallel Haskell
- jspahrsummers/RxHaskell - Reactive Extensions for Haskell (experimental)
- jputcu/serialport - Cross platform haskell library for using the serial port
- haskellschool/scheme - A Haskell implementation of Scheme interpreter
- erikd/haskell-big-integer-experiment - An experiment in re-implementing big integers in Haskell.
- crooney/cinder - Markup (HTML and SVG) and DOM manipulation DSL for the Fay subset of Haskell.
- crabmusket/haskell-simple-concurrency - Small examples of concurrency in Haskell.
- worksap-ate/aws-sdk - AWS SDK for Haskell
- uhc/uhc - Utrecht Haskell Compiler
- styx/Raincat - A puzzle game with a cat in lead role (Haskell)
- srp/mongoDB - A mongoDB driver for Haskell.
- sol/tinc - A dependency manager for Haskell
- siddharthist/CoverTranslator - A tool for formally verifying Haskell code in Agda
- sebfisch/haskell-regexp - Regular Expression Matching in Haskell
- ninegua/lambda-viewer - Learn You a Lambda, a Haskell Tutorial
- maoe/influxdb-haskell - Haskell client library for InfluxDB
- liamoc/wizards - High level, generic library for interrogative user interfaces in Haskell
- kvnesterov/IdaHaskell - Allows to execute haskell code in Ida Pro.
- konn/computational-algebra - Library to calculate Gröbner basis written in Haskell.
- jstolarek/haskell-testing-stub - Stub project showing how to organize tests and benchmarks in Haskell
- HaskellCNOrg/snap-web - Towards web with Snap in Haskell
- goldfirere/effects - A Haskell translation of Idris's original algebraic effects library
- GaloisInc/halfs - The Haskell File System: A file system implementation in Haskell
- fizruk/lxc - High level Haskell bindings to LXC (Linux containers).
- egonSchiele/actionkid - A video game framework for haskell
- dmvianna/haskellbook - Exercise solutions for haskellbook.com
- adamgundry/inch - A type-checker for Haskell with integer constraints
- abhin4v/link - A simple multithreded chat server in haskell
- yamadapc/stack-run-auto - Automatically finds dependencies and runs a Haskell file with stack (no cabal manifest, no stack.yaml, no project, no friction)
- pedromartins/cuboid - 3D puzzle game written in Haskell with Yampa/GLUT
- kokuyouwind/haskell-exercises - 「すごいHaskell楽しく学ぼう!」の社内勉強会のために作成した、章末ごとの演習問題集です。
- jaspervdj/tweetov - Haskell webapp to generate random tweets using Markov chains
- Gabriel439/Haskell-Pipes-Concurrency-Library - Concurrency for the pipes ecosystem
- fpco/haskell-ide - Repo for collaborating on various shared Haskell IDE components.
- evansb/cis194-hw - Solution to UPenn's Haskell course homework
- dvolk/hoodie - A toy roguelike game in Haskell
- dagit/nehe-tuts - OpenGL NeHe tutorials converted to Haskell
- cchalmers/plots - Haskell plotting library
- btmura/b1 - B1 is stock chart viewer written in Haskell using the OpenGL, GLFW, and FTGL bindings.
- alevy/simple - A minimal Haskell web-framework based on the WAI web server interface.
- thoughtpolice/strict-ghc-plugin - A plugin for GHC to turn Haskell into a strict language
- robstewart57/rdf4h - rdf4h is a library for working with RDF in Haskell
- ozataman/csv-conduit - Flexible, fast and constant-space CSV library for Haskell using conduits
- ocharles/virtual-dom - Haskell (GHCJS) bindings to the virtual-dom project
- nh2/hemokit - Haskell library for the Emotiv EEG, inspired by the Emokit code
- mikeizbicki/hmm - hidden markov models in haskell
- mgajda/homplexity - Haskell code complexity and quality measurement
- luqui/graphics-drawingcombinators - Combinators for drawing 2D shapes and images in Haskell (using OpenGL)
- luqui/data-memocombinators - Pure memoization combinators for Haskell
- jaspervdj/number-six - Number Six is a sexy Haskell IRC bot.
- int-index/kalium - Translate Pascal into Haskell
- hansonkd/Wheb-Framework - Haskell WAI Framework
- gcross/LogicGrowsOnTrees - A library and framework for massively parallelizing backtracking searches in Haskell.
- ekmett/bifunctors - Haskell 98 bifunctors, bifoldables and bitraversables
- cies/haskell-fractal - Haskell example: A simple fractal image renderer
- chrisdone/freenect - Haskell interface to Kinect.
- bttr/psqueues - Priority Search Queues in three different flavors for Haskell
- bitemyapp/blacktip - Haskell clone of Boundary's k-ordered unique id service
- basile-henry/HaskellSweeper - A Minesweeper clone with infinite grid written in Haskell.
- ameingast/postgresql-simple-migration - PostgreSQL Schema Migrations for Haskell
- alanz/ghc-exactprint - GHC version of haskell-src-exts exactPrint
- yav/monadlib - A monad transformer library for Haskell
- WJWH/HPi - Library to access the GPIO pins on a Raspberry Pi from Haskell.
- vincenthz/hs-cryptohash - efficient and practical cryptohashing in haskell. DEPRECATED in favor of cryptonite
- owainlewis/slack - Slack Web API in Haskell
- mvr/cf - Exact real arithmetic for Haskell using continued fractions
- kim/data-ringbuffer - Haskell implementation of a Ringbuffer inspired by the "Disruptor Pattern"
- jamwt/haskell-scalable-server - Library for writing fast/scalable TCP-based services in Haskell
- idontgetoutmuch/NumMethHaskell - Numerical Methods in Haskell with Applications to Data Analysis, Finance and Physics
- gibiansky/ghc-reskin - A preprocessor for GHC for alternate Haskell syntaxes
- gazay/faker - Faker is pure Haskell library for generating fake data.
- fpco/weigh - Measure allocations of a Haskell functions/values
- elaforge/fast-tags - Incremental vi tags for haskell.
- dom96/SimpleIRC - IRC Library for Haskell
- digitalmentat/orgmode-parse - Reference implementation of a structmsg parser in Haskell.
- danstiner/hfmt - hfmt - format Haskell programs. Inspired by the gofmt utility.
- connermcd/sed - Haskell implementation of sed
- chaoxu/mgccl-haskell - Solving programming problems with Haskell
- bos/snappy - Fast Haskell bindings to Google's Snappy compression library
- bloomberg/blpapi-hs - Haskell interface to BLPAPI
- tonyday567/mvc-todo - A haskell implementation of todoMVC
- SFML-haskell/SFML - Low level Haskell bindings for SFML 2.x
- seagreen/hjsonschema - JSON Schema library for Haskell
- raaz-crypto/raaz - Cryptographic network library for Haskell
- pxqr/bittorrent - A BitTorrent client library written in Haskell.
- plancalculus/cabal-uninstall - Very simple Haskell script to uninstall cabal packages
- pbrisbin/devsite - pbrisbin.com source code, using the Yesod haskell web framework
- pa-ba/compdata - Haskell library implementing "Data Types a la Carte"
- nomeata/ghc-heap-view - Extract the heap representation of Haskell values and thunks
- nfjinjing/haskell-cocoa-currency-converter-example - haskell-cocoa-currency-converter-example
- michaelfeathers/vih - a simple vi clone written in Haskell
- gergoerdi/metafun - Compile Haskell-like code into C++ template metaprograms
- bos/rwh - Real World Haskell
- barrucadu/dejafu - Systematic concurrency testing meets Haskell.
- bamos/snowglobe - Haskell-driven, small-scale web analytics with minimal configuration.
- vincenthz/hs-connection - simple client connection library in haskell with builtin features: SSL/TLS, SOCKS, session management.
- tmhedberg/here - Haskell here docs & interpolated strings via quasiquotation
- the-real-blackh/sodium-2d-game-engine - A cross-platform Haskell/Sodium/OpenGL game engine
- the-real-blackh/cassandra-cql - Haskell client for Cassandra's CQL protocol
- silkapp/bumper - Haskell tool to automatically bump package versions transitively.
- ryantm/hdbc-mysql - This package provides a MySQL driver for Haskell's HDBC library, implemented via bindings to the C mysqlclient library.
- potomak/haskell-player - A terminal music player based on afplay
- philopon/haddocset - Generate docset of Dash by Haddock haskell documentation tool
- paul-rouse/mysql - A lightweight Haskell binding to the C mysqlclient API
- ondrap/json-stream - Incremental applicative JSON Haskell parser
- neongreen/haskell-ex - Haskell exercises
- luispedro/hex - Reimplementation of TeX in Haskell: pre-alpha
- kni/redis-sharding-hs - Redis Sharding on Haskell
- iconnect/api-tools - A Haskell embedded DSL for generating an API's JSON wrappers and documentation.
- Gabriel439/Haskell-Pipes-Parse-Library - Parsing for the pipes ecosystem
- feuerbach/ansi-terminal - ANSI terminal support for Haskell, with Windows compatibility
- Euterpea/HSoM - Supporting Impelementation for Haskell School of Music
- etrepum/haskell-for-erlangers-2014 - Intro to Haskell for Erlangers @ Erlang Factory SF 2014
- dmjio/hackernews - 📰 Hacker News API for Haskell
- ChicagoHaskell/servant-presentation - Slides + TodoApp for Chicago Haskell Servant Presentation
- centromere/cacophony - A Haskell library implementing the Noise protocol
- bos/text-format - A Haskell text formatting library optimized for ease of use and high performance.
- batterseapower/parallel-io - Haskell combinators for executing IO actions in parallel on a thread pool
- agrafix/superbuffer - Haskell: Efficiently build a bytestring from smaller chunks
- abooij/sudbury - Haskell implementation of the wayland protocol
- yav/pretty-show - Tools for working with derived Show instances in Haskell.
- sseefried/open-epidemic-game - A game about exponential growth written in Haskell
- quietfanatic/neskell - NES programming in Haskell? No way!
- passy/giphy-api - Giphy HTTP API Wrapper for Haskell
- NicolasT/paxos - A Haskell library implementing several Paxos-related algorithms
- mokus0/random-fu - A suite of Haskell libraries for representing, manipulating, and sampling random variables
- mhwombat/backprop-example - An example of back-propagation implemented in Haskell.
- mark-watson/kbnlp.hs - Haskell NLP Work
- k0001/safe-money - Haskell library for type-safe and lossless encoding and manipulation of world currencies and precious metals
- jwvg0425/HaskellStudy - HaskellStudy
- joom/Divan.hs - Ottoman Divan poetry vezin checker in Haskell!
- jamiltron/Thieflike - A fun little roguelike written in Haskell
- ivan-m/haskell-docs - Get the Haskell documentation of a name from a module
- haskell-game/fungen - A lightweight, cross-platform, OpenGL/GLUT-based 2D game engine in Haskell
- HackBulgaria/Haskell-1 - Functional Programming with Haskell
- ekmett/transients - Clojure-style transients for Haskell
- ekmett/contravariant - Haskell 98 contravariant functors
- edom/haji - Java bytecode interpreter written in Haskell
- ahammar/placeholders - Placeholders for use while developing Haskell code
- abid-mujtaba/haskell-cas - A Computer Algebra System written in and for Haskell
- ziocroc/FWGL - Haskell game engine
- zaxtax/hakaru-old - A probabilistic programming embedded DSL for Haskell
- tranma/big-oh - complexity testing for haskell
- tfausak/strive - 🚴 A Haskell client for the Strava V3 API.
- tanakh/hoe - Haskell One-liner Evaluator
- sinelaw/HOpenCV - Haskell bindings for OpenCV
- noraesae/line - Haskell SDK for the LINE APIs
- MarcosPividori/GSoC-Communicating-with-mobile-devices - This is a GSoC project. The aim is to develop a server-side library in Haskell for sending push notifications to devices running different OS.
- luqui/hothasktags - A haskell ctags implementation that is aware of qualified imports, among other cool stuff
- kazu-yamamoto/iproute - IP Routing Table in Haskell
- glguy/utf8-string - Support for reading and writing UTF8 Strings in Haskell
- ggreif/dynamic-loader - Lightweight Haskell dynamic loading library originally written by Copyright © 2004 Hampus Ram.
- Gabriel439/Haskell-MMorph-Library - Monad morphisms
- dorchard/type-level-sets - Type-level sets for Haskell (with value-level counterparts and various operations)
- chriseidhof/formlets - Haskell Formlets
- carlohamalainen/ghc-imported-from - For a given Haskell source file, determine where a symbol is imported from
- bgamari/optimization - Some numerical optimization methods implemented in Haskell
- asivitz/Hickory - Tools for building OpenGL based programs in Haskell.
- aristidb/http-types - Generic HTTP types for Haskell (for both client and server code)
- ajg/yocto - A Minimal JSON Parser & Printer for Haskell
- zepto-lang/zepto - A Schemy Lisp backed by Haskell
- wavewave/haskell-android-example - android app example linked with haskell library using android NDK
- TomHammersley/HaskellRenderer - An offline renderer written in Haskell featuring ray tracing and photon mapping
- sordina/Deadpan-DDP - A Haskell DDP Client
- smichal/hs-logic - A simple library for Haskell that allows relational programming.
- sebastiaanvisser/salvia - Salvia - Modular Haskell HTTP server.
- roman/Haskell-Reactive-Extensions - Implementation of Reactive Extensions in Haskell
- Refefer/hf - Haskell version of quickfind
- nominolo/atto-lisp - Efficient parsing and encoding of Lisp expressions for Haskell.
- ndmitchell/uniplate - Haskell library for simple, concise and fast generic operations.
- mvv/data-elf - ELF data structures for Haskell
- molysgaard/Sirkel - Sirkel; a Chord DHT in haskell. Node failure, replication and batteries included!
- mitchellwrosen/dohaskell - Tagged Haskell learning resources index
- markandrus/twilio-haskell - Twilio library for Haskell
- lucasdicioccio/laborantin-hs - Experiment-management framework in Haskell
- lambdacms/lambdacms - A CMS in Haskell using Yesod: performant, developer friendly & type safe.
- JustusAdam/mustache - Haskell implementation of mustache templates
- Jugendhackt/haskell-ricochet - (WIP/Experimental) Ricochet implementation as Haskell Library.
- jasonstolaruk/CurryMUD - A textual Multi-User Dungeon server in Haskell.
- JakeWheat/simple-sql-parser - SQL query parser in Haskell
- intolerable/api-builder - library for building JSON API wrappers in haskell
- Herzult/vindinium-starter-haskell - Haskell starter for http://vindinium.org
- HeinrichApfelmus/tomato-rubato - Tomato-rubato is an easy to use library for live audio programming in Haskell.
- GaloisInc/jvm-parser - A Haskell parser for JVM bytecode files
- Gabriel439/Haskell-Server-Generic-Library - Auto-generate a server for your datatype
- fffej/haskellprojects - just to keep a version of my code as I attempt to learn haskell.
- ekmett/profunctors - Haskell 98 Profunctors
- dmnpignaud/haskell-github-api - retrieve github data through haskell functions
- codygman/hs-scrape - Haskell Web scraping and Automation Library
- blitzcode/ray-marching-distance-fields - Haskell and GLSL program containing my distance field / ray marching related experiments
- bananu7/Hate - A small 2D game framework in Haskell, for Haskell
- banacorn/socket.io-haskell - socket.io for haskell folks
- vincenthz/hs-hourglass - efficient and simpler time API for haskell
- tomahawkins/verilog - A Verilog parser for Haskell.
- TokTok/hs-toxcore - Haskell Tox protocol implementation
- stackbuilders/inflections-hs - Rails-like inflections for Haskell
- spl/dlist - Difference lists in Haskell
- scravy/bed-and-breakfast - Matrix operations in 100% pure Haskell
- ScrambledEggsOnToast/tetris-hs - FRP tetris in Haskell with Netwire.
- prakashk/cis-194 - Brent Yorgey's CIS 194: Introduction to Haskell
- OlafChitil/hat - The Haskell tracer - generating and viewing Haskell execution traces
- ocharles/logging-effect - A very general logging effect for Haskell
- ndmitchell/extra - Extra Haskell functions
- ndmitchell/cmdargs - Haskell library for command line argument processing
- mikeplus64/hotswap - Simple and high level interface to plugins for hotswapping haskell code.
- MichaelXavier/cron - Cron data structure and parser for Haskell
- jhickner/minions - A fast parallel ssh tool written in Haskell
- jgm/markdown-peg - A Haskell implementation of markdown using a PEG grammar
- JacquesCarette/GenCheck - Test.GenCheck Haskell project
- hrldcpr/Bezier.hs - Bézier curves in Haskell
- gregwebs/haskell-heroku - Haskell helpers for deploying to Heroku
- gleber/erlhask - Erlang VM reimplementation in Haskell
- etnt/Haskerl - Haskell subset compiled to the Beam machine.
- ekmett/speculation - Safe, programmable, speculative evaluation for Haskell
- eborden/json-msg-pack - Evaluating Message Pack as an alternative to JSON in Haskell
- diagrams/diagrams-pandoc - A pandoc filter to express diagrams inline using the haskell EDSL diagrams.
- dan-t/hsimport - Extend the import list of a Haskell source file
- bos/text-icu - This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
- bos/pcap - Haskell bindings for the pcap library, which provides a low level interface to packet capture systems.
- batterseapower/edit-distance - Edit distance library for Haskell
- BardurArantsson/cqrs - CQRS Implementation for Haskell
- anton-k/processing-for-haskell - Graphics for kids and artists. Processing implemented in Haskell
- aloiscochard/codec-jvm - A JVM bytecode assembler written in Haskell.
- travitch/llvm-analysis - A library for analyzing LLVM bitcode in Haskell
- thsutton/cha - A port of miniprl to Haskell with co-/inductive types bolted on the side.
- tfausak/lackey - 💎 A Haskell library for generating Ruby consumers of Servant APIs.
- tekul/broch - OAuth2 and OpenID Connect in Haskell
- soupi/chip-8 - A CHIP-8 Emulator written in Haskell
- Soostone/uri-bytestring - Haskell URI parsing as ByteStrings
- sebastiaanvisser/frp-js - Functional Reactive DSL in Haskell that compiles to JavaScript.
- scvalex/daemons - Daemons in Haskell made fun and easy
- qnikst/imagemagick - haskell imagemagick bindings
- nejstastnejsistene/whiskers - Moustache templates with Template Haskell.
- meiersi/blaze-builder - Efficient serialization of Haskell values to lazy bytestrings with a large average chunk size.
- luite/hfsevents - Haskell bindings for the OS X FSEvents API - Event based filesystem monitoring
- lpeterse/haskell-socket - A Haskell binding to the POSIX sockets API
- Julianporter/Distributed-Haskell - Applications of CloudHaskell to distributed computing, especially MapReduce
- JohnLato/language-objc - A Haskell-based Objective-C AST and parsing library
- jgm/illuminate - An efficient syntax highlighting library in Haskell, using alex-generated lexers
- input-output-hk/rscoin-haskell - Haskell implementation of RSCoin
- hspec/HUnit - A unit testing framework for Haskell
- himura/twitter-types - This library treats the Twitter JSON API in the Haskell way.
- haskell-game/bgfx - Haskell bindings to bgfx, a cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
- Gabriel439/Haskell-Managed-Library - A monad for managed values
- froozen/kademlia - A haskell library implementing the Kademlia DHT
- Erdwolf/prolog - A prolog interpreter written in Haskell.
- ayberkt/grammar-inference - Learning rigid grammars in Haskell.
- astanin/moo - Genetic algorithm library for Haskell. Binary and continuous (real-coded) GAs. Binary GAs: binary and Gray encoding; point mutation; one-point, two-point, and uniform crossover. Continuous GAs: Gaussian mutation; BLX-α, UNDX, and SBX crossover. Selection operators: roulette, tournament, and stochastic universal sampling (SUS); with optional niching, ranking, and scaling. Replacement strategies: generational with elitism and steady state. Constrained optimization: random constrained initialization, death penalty, constrained selection without a penalty function. Multi-objective optimization: NSGA-II and constrained NSGA-II.
- aloiscochard/grpc-haskell - Haskell implementation of gRPC layered on shared C library.
- agda/agda-system-io - Bindings to Haskell's IO monad which respect Agda's semantics
- yogsototh/holy-project - Initializer of Haskell project (cabal, git, tests...) + good tutorial
- vincenthz/hs-crypto-cipher - DEPRECATED by cryptonite; A collection of cryptographic block and stream ciphers in haskell
- vincentg/hsmagick - Haskell FFI bindings to ImageMagick
- Twinside/FontyFruity - An haskell TrueType file parser
- Twinside/asciidiagram - A freeform ASCII diagram parser for Haskell (inspired by Ditaa)
- toschoo/mom - Message-oriented Middleware for Haskell
- sol/interpolate - String interpolation for Haskell done right!
- SelectricSimian/EventualMonad - A small and simple Haskell library for automatically ordering dependencies at runtime. Great for handling forward references when writing compilers.
- samplecount/shake-language-c - Cross-compilation framework based on the Shake Haskell library.
- raimohanska/snap-skeleton - A skeleton for Haskell/Snap server projects
- Porges/email-validate-hs - Email address validation for Haskell
- ocramz/petsc-hs - Haskell bindings for PETSc
- Nishant9/hScraper - A Haskell library to scrape and crawl web-pages
- ndmitchell/supero - Haskell optimisation tool based on supercompilation
- mwerbos/2048haskell - 2048 in Haskell
- mndrix/network-bitcoin - Haskell bindings for Bitcoin RPC
- Mattiemus/LaneWars - A MOBA written using Haskell, Yampa, and SDL
- lenguyenthedat/raptor - A lightweight product recommendation system (Item Based Collaborative Filtering) developed in Haskell.
- learnhaskell-brisbane/learn - Playground to upload your Haskell learnings
- lassoinc/haskell-cypher - A haskell wrapper for neo4j's Cypher REST API.
- konn/equational-reasoning-in-haskell - Agda-style equational reasoning in Haskell
- khanage/heineken - A general build tool for haskell projects inspired by leiningen
- juhp/cabal-rpm - Haskell Cabal RPM packaging tool
- ivarnymoen/nanomsg-haskell - Haskell bindings to nanomsg
- Gabriel439/Haskell-Total-Library - Exhaustive pattern matching using lenses, traversals, and prisms
- Errorific/haskell-script-examples - Examples of tools for use in basic utility scripts
- elliottt/hsopenid - A Haskell implementation of the OpenID 2.0 spec
- docmunch/rollbar-haskell - error notification to rollbar.com
- dgvncsz0f/hoauth - A Haskell library that implements oauth authentication protocol as defined in http://tools.ietf.org/html/draft-hammer-oauth-10
- Daniel-Diaz/matrix - A Haskell native implementation of matrices and their operations.
- DanBurton/Blog - It's a blog. Insert clever Haskell type signature here.
- christian-marie/oauth2-server - Haskell libraries for implementing OAuth2 servers.
- brendanhay/numbersd - Concurrent and efficient implementation of statsd in Haskell
- bmillwood/haskell-src-meta - Maintenance of Matt Morrow's package for parsing haskell source to a TH AST.
- batterseapower/chsc - The Cambridge Haskell Supercompiler: an extension of "Supercompilation by Evaluation"
- asilvestre/haskell-neo4j-rest-client - Haskell neo4j REST client
- arjuncomar/revelation - Haskell OpenCV Library
- AndreasVoellmy/openflow - Haskell library implementing OpenFlow protocol versions 1.0 and 1.3
- AJFarmar/haskell-polyvariadic - Examples of polyvariadic functions in Haskell.
- acowley/ffmpeg-light - Minimal Haskell bindings to the FFmpeg library
- yuzutechnology/Community-StartHaskell2011 - スタートHaskell :: [初心者] → IO [経験者]
- yamadapc/haskell-drawille - Port of asciimoo/drawille to haskell.
- tsurucapital/parsergen - Generate fast Haskell parsers for fixed width packets
- tominated/chip-8-vm - CHIP-8 Virtual machine implemented in haskell for the Great Code Club
- tibbe/network-bytestring - Fast and memory efficient low-level networking for Haskell.
- steven777400/TwilioIVR - A fluent Twilio IVR library for Haskell
- Rydgel/flappy-haskell - Flappy Bird Haskell Implementation
- pvdbrand/quandl-api - Quandl.com API implementation in Haskell
- ocramz/sparse-linear-algebra - Sparse linear algebra datastructures and algorithms in Haskell
- nfjinjing/hack2 - A haskell web server interface (V2)
- NetASM/NetASM-haskell - NetASM is a network assembler that takes high-level SDN languages (NetKAT, P4, etc.) and maps the primitives to device-specific directives in FPGAs and various chipsets.
- nebuta/d3js-haskell - Haskell to D3.js binding by deep EDSL approach.
- kfish/zoom-cache - A streamable, seekable, zoomable cache file format; Haskell library and tools.
- k0001/network-simple - Haskell library abstracting common network sockets usage patterns.
- JPMoresmau/HGraphStorage - Graph database in Haskell
- JPMoresmau/dbIDE - Prototype of a web based, database driven Haskell IDE
- Jonplussed/haskbot-core - An easily-extensible, Haskell-based Slack chatbot
- JoeyEremondi/haskelm-old - Haskell to Elm translation using Template Haskell. Contains both a library and executable.
- jhedev/todobackend-haskell - Todobackend implementations in Haskell using various frameworks
- jgm/zip-archive - Native Haskell library for working with zip archives
- humane-software/haskell-bdd - A domain-specific language for testing programs using Behavior-Driven Development (BDD) process in Haskell
- feuerbach/bert - Haskell implementation of BERT-RPC
- eskimor/purescript-bridge - Create PureScript datatypes from Haskell datatypes
- elliottt/hsirc - Haskell irc library
- dmansen/haskell-chat - A minimal, high-performance, IRC-like TCP chat server written in Haskell.
- depressed-pho/HsOpenSSL - OpenSSL binding for Haskell
- deepakjois/hs-logo - Logo turtle graphics interpreter in Haskell
- dcousens/RayTracer - A Haskell implementation of Paul Heckbert's business card raytracer.
- davedissian/programmer-hero - HackCambridge 2016, 2nd place in Games and VR - A Guitar Hero clone, written in Haskell
- creichert/hsqmlstocqt - Stock Market Visualization in Haskell and Qt Quick
- carliros/Simple-San-Simon-Functional-Web-Browser - A Web Browser written with Haskell
- bos/base64-bytestring - Fast base64 encoding and decoding for Haskell.
- asolanki/cs1501-final - Haskell class final project -- game in Haskell.
- anttisalonen/hogre - Haskell binding to OGRE
- alpheccar/HPDF - Haskell library for PDF generation (graphics and typesetting)
- almost/Haskell-Fun - Bits and pieces of Haskell code written for fun
- afroisalreadyinu/real-world-haskell-chapter-10 - A walk-through of Real World Haskell 10th Chapter
- ziocroc/Ombra - Haskell render engine
- wereHamster/rethinkdb-client-driver - Haskell client driver for RethinkDB
- tomlokhorst/language-cil - Manipulating Common Intermediate Language AST in Haskell
- taiki45/hs-vm - Simple Virtual Machine written in Haskell
- t3476/heukarya - genetic programming in haskell
- sgillis/telegram - Haskell Telegram bots API client
- scsibug/hbeanstalk - haskell client for beanstalk message queue
- ryukinix/discrete-mathematics - A computational way to study discrete mathematics using Haskell
- RobinKrom/fasths - A decoder/encoder library for the FAST protocol in haskell.
- rnons/jinkell - When Jing.fm meets Haskell. You might be interested in https://github.com/rnons/lord
- portnov/libssh2-hs - LibSSH2 FFI bindings for Haskell
- Poincare/DCFL - Communication Free Learning (i.e. constraint solving) implementation in Haskell
- oknytt/norby - Haskell IRC bot
- noteed/language-glsl - Haskell package for representation, parsing, and pretty-printing of GLSL
- mwotton/heroku_haskell_demo - for lstoll to work his magic on.
- mtolly/hs-cordova - Use Haskell (GHCJS) to develop Cordova mobile apps (note: has not been updated to modern GHCJS)
- motus/haskell-zookeeper-client - Hadoop Zookeeper client for Haskell (GHC)
- mokus0/splines - B-Splines, other splines, and NURBS in Haskell.
- mhwombat/som - Self-Organising Map implementation in Haskell
- mark-watson/haskell_tutorial_cookbook_examples - Code samples for my book "Haskell Tutorial and Cookbook"
- lotz84/FlappyHaskell - An implementation of Flappy Bird in Haskell using FRP and OpenGL.
- laser/cis-194-winter-2016 - A modified version of Brent Yorgey's CIS 194 Haskell course
- k0001/pipes-network - Use network sockets together with the Haskell pipes library.
- jwiegley/bindings-dsl - Library and macros to simplify writing Haskell FFI code
- jeffersonheard/OpenCLRaw - OpenCL raw wrapper for Haskell
- jaredloomis/Haskell-OpenGL - Opengl 3+ Haskell stuff.
- harendra-kumar/unicode-transforms - Fast Unicode normalization in Haskell
- guoguo12/aether - Haskell API for finding and accessing data from Wikipedia.
- grpc/grpc-haskell - gRPC library binding for Haskell.
- ghulette/haskell-game-of-life - Conway's Game of Life in Haskell
- GaloisInc/json - Haskell JSON library
- Gabriel439/Haskell-Pipes-Safe-Library - Safety for the pipes ecosystem
- futurice/haskell-tdigest - On-line accumulation of rank-based statistics such as quantiles and trimmed means
- flipstone/haskell-for-beginners - Environment and problem sets for Haskell For Beginners class
- evolutics/haskell-formatter - Haskell source code formatter
- dwincort/UISF - A Haskell arrowized FRP library for GUIs
- dbushenko/trurl - Haskell code generator
- davidar/hs-ipfs-api - A Haskell client library for the IPFS API
- Daniel-Diaz/haskintex - Haskell Evaluation inside of LaTeX code.
- copumpkin/java - A Haskell library for manipulating Java class files
- chris-taylor/hs-probability - Reasonably efficient probability monad for Haskell.
- chadaustin/buffer-builder - Haskell library for efficiently building up buffers
- bos/filemanip - A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.
- bfops/open-union - Type-safe open unions in Haskell
- bch29/robo-monad - Heavily inspired by RoboCode. Program robots in Haskell and watch them fight.
- batterseapower/machine-learning - Machine learning library for Haskell
- andreyLevushkin/LambdaWars - RoboWars in Haskell for the London Haskell User group.
- alphaHeavy/quickfix-hs - QuickFIX bindings for Haskell
- alphaHeavy/consul-haskell - A haskell client library for consul (consul.io)
- alephcloud/hs-configuration-tools - Tools for defining and parsing configurations of Haskell applications
- squest/zenx-integrated-learning - Learning problem-solving, logic/set, math, physics, economics through functional programming using Haskell
- sof/feed - Haskell package for handling various feed (RSS) formats.
- pubnub/haskell - PubNub Haskell SDK
- joedevivo/erlang-haskell-interface - Make rpc:calls from erlang to haskell
- ijt/kdtree - Haskell module for K-D trees
- iffyio/pong.hs - A pong game written in haskell
- haskell-suite/haskell-packages - Haskell suite library for package management and integration with Cabal
- finnsson/test-generator - Automagically (using Template Haskell) generates the Haskell-code you need when using HUnit
- fimad/prometheus-haskell - Haskell client library for exposing prometheus.io metrics.
- ekmett/rounded - MPFR bindings for Haskell
- dylanmc/Haskell-PDF-Parsing-Library - Library for parsing, transforming and producing PDF files
- chrisdone/nm - Haskell bindings to libnm-glib
- coreyoconnor/vty - Primary repository for Haskell VTY library
- k0001/haskell-money - Type-safe encoding and manipulation of world currencies and precious metals
- lambdacube3d/lambdacube-quake3 - Quake 3 map viewer in Haskell using LambdaCube 3D
- tomahawkins/mecha - A solid modeling language in Haskell.
- stackbuilders/octohat - API wrapper for Github's API in Haskell with tests
- seliopou/toml - A TOML parser written in Haskell
- nmattia/haskell-hot-swap - Hot swapping compiled code while keeping a websocket connection open
- gregwebs/FileLocation.hs - error and debug function for haskell that give file locations
- stackbuilders/twitter-feed - Haskell library for retrieving and linkifying a Twitter user timeline.
- phaazon/cheddar - GLSL Haskell EDSL
- mcandre/genetics - A Genetic Algorithm library in Haskell
- kfish/raft - Raft distributed consensus protocol (Haskell library)
- jvranish/Lenses - A library for functional lenses in Haskell
- intolerable/stitch - a lightweight CSS DSL for haskell
- hmb-ba/protocol - Apache Kafka Protocol implementation in Haskell
- gip/fetchIO - fetchIO is a simple, configurable, fault-tolerant web crawler written in Haskell
- fffej/Keyword-Search - A simple keyword search engine using Haskell and Redis
- elbrujohalcon/hPage - A scrapbook for Haskell developers
- chrisdone/conditions - Conditions for Haskell
- batterseapower/ansi-terminal - Simple Haskell ANSI terminal support, with Windows compatibility
- rahulmutt/ghcvm - A Haskell to JVM compiler that supports GHC Haskell.
- gxexj/wisp - small-but-featureful embeddable lisp interpreter written in haskell.
- bos/mysql - A lightweight Haskell binding to the C mysqlclient API
- phonohawk/HsOpenSSL - OpenSSL binding for Haskell
- JeffHeard/OpenCLRaw - OpenCL raw wrapper for Haskell
- alvaoknytt/norby - Haskell IRC bot
- raimohanska/snap-mongo-rest - Simple Haskell/Snap REST web service example with MongoDB
- larrytheliquid/neurosis - Ruby Sinatra REST frontent to simple Haskell MLP Neural Network (AKA Hubris Haskell->Ruby bridge demo)
- jonsterling/hs-abt - Type safe abstract binding trees for Haskell, using Vinyl
- JaimieMurdock/HK - HaskellKanren (HK) is an implementation of the Kanren logic programming system in Haskell.
- gregorycollins/homepage - Source code for http://gregorycollins.net/ --- built on the Haskell "happstack" framework
- sebnow/haskell-network-address - IP data structures and textual representation
- patperry/hs-linear-algebra - Haskell BLAS bindings
- Julianporter/Haskell-MapReduce - A project to develop a fully distributed MapReduce library for Haskell which makes using the MapReduce framework totally transparent for application programmers.
- haskell-servant/haskell-servant.github.io - servant website
- bradclawsie/haskell-Finance.Quote.Yahoo - access yahoo stock quotes in haskell
- aninhumer/haskell-dht - An implementation of the Bittorrent DHT protocol
- acfoltzer/gitrev - Compile git revision info into Haskell projects
- davedissian/hackcambridge2016 - A Guitar Hero clone, written in Haskell
- alvasnaedis/norby - Haskell IRC bot
- TokTok/hstox - Haskell Tox protocol implementation
- tfausak/wuss - 🔒 Secure WebSocket (WSS) clients in Haskell.
- robertzk/xgboost.hs - A Haskell wrapper for xgboost
- Oregu/featherweight - μKanren implementation in Haskell
- MarcoSero/Norvigs-Spelling-Corrector - A Haskell implementation of Peter Norvig's spelling corrector
- fhaust/dtw - Implementation of Dynamic Time Warping in Haskell
- ekmett/hyphenation - Knuth-Liang Hyphenation for Haskell based on TeX hyphenation files
- boegel/GA - Haskell module for working with genetic algorithms
- bartavelle/hruby - Embed Ruby in your Haskell program.
- argonaut-io/argonaut-hs - Argonaut: Haskell Edition
- commercialhaskell/jump - Jump start your Haskell development
- WhereSoftwareGoesToDie/git-vogue - Make your Haskell git repositories fashionable.
- bitc/hdevtools - Persistent GHC-powered background server for FAST haskell development tools
- walpurgisriot/wisp - small-but-featureful embeddable lisp interpreter written in haskell.
- DanielWaterworth/siege - [DEPRECATED] A DBMS written in Haskell
- anchor/git-vogue - Make your Haskell git repositories fashionable.
- eightyeight/haskell-simple-concurrency - Small examples of concurrency in Haskell.
- bos/hdbc-mysql - This package provides a MySQL driver for Haskell's HDBC library, implemented via bindings to the C mysqlclient library.
- aneksteind/Core - A compiler for Core, implemented in Haskell
- kseo/scheme - A Haskell implementation of Scheme interpreter
- trystan/silently - Prevent or capture output to stdout or other handles in Haskell
- tfausak/hs2048 - 🔢 A 2048 game clone in Haskell.
- shangaslammi/prose-doc - Literate programming / documentation tool for Haskell
- mmirman/rpc-framework - a framework for remote procedure calls in haskell
- marcmo/blog.coldflake - old personal static blog website made with haskell
- karun012/shadower - Shadower watches a specific folder, and runs doctests in any Haskell sources in the folder that are modified
- JPMoresmau/HJVM - Invoke and manage a Java Virtual Machine from Haskell
- Ericson2314/lighthouse - Haskell User's Operating System and Environment -- with Lightweight Concurrency. (I, Ericson2314 did not write this at all)
- crockeo/spice - An FRP-based game engine written in Haskell.
- amulcahy/LambdaMC - A demo Haskell Android app to calculate option prices by Monte Carlo simulation
- vincenthz/hs-libgit - haskell wrapper for git
- tanakh/hsmecab - A Haskell binding to MeCab
- shayan-najd/HTE - Haskell-Type-Exts vTHIH
- mokus0/bindings-hdf5 - Low-level Haskell FFI bindings to the HDF5 library
- lordi/haskell-terminal - Haskell terminal emulator
- JohnReedLOL/HaskellPrintDebugger - Prints lines with IDE friendly stack traces in Haskell.
- GaloisInc/pads-haskell - A domain specific language for processing ad-hoc data.
- Gabriel439/Haskell-Index-Core-Library - Indexed Types
- evx001/Haskell_For_Cats - For Haskell Explication and Perpetuation
- emk/haskell-probability-monads - Composable probability monads in Haskell.
- egonSchiele/rdioh - Rdio API wrapper in Haskell
- dreixel/syb - Scrap Your Boilerplate generic programming library in Haskell
- deepakjois/hs-gchart - Haskell wrapper for Google Chart API
- coopernurse/cis194 - Homework assignments for UPenn cis 194 - Haskell
- bendoerr/real-world-haskell - My solutions to exercises in the book Real World Haskell by Bryan O'Sullivan, John Goerzen & Don Stewart.
- chrisdone/haskell-docs - Get the Haskell documentation of a name from a module
- tweag/network-transport-zeromq - ZeroMQ transport for distributed-process (aka Cloud Haskell)
- tonymorris/lens-proposal - Lens Proposal for a Haskell-like Language
- selectel/hen - Haskell bindings to Xen hypervisor interface
- purcell/servant-elm - WIP: Generate Elm modules which talk to Haskell Servant APIs
- polarina/sdl2 - Haskell bindings to the SDL2 library
- leftaroundabout/manifolds - Coordinate-free hypersurfaces as Haskell types
- kolmodin/spdy - Implementation of the SPDY Protocol in Haskell
- goldfirere/nyc-hug-oct2014 - Repo for code from my NYC Haskell Users' Group talk on Oct. 24, 2014
- gfixler/continou - Companion code to the talk "Finite Flights on an Infinite Plane" (http://www.meetup.com/santa-monica-haskell/events/227156054/)
- ekmett/rcu - experimenting with STM-backed read-copy-update in Haskell
- csabahruska/bullet - Haskell binding for Bullet physics engine
- chpatrick/hchip - Haskell Chip16 emulator
- alphaHeavy/itch - Example ITCH 4.1 parser in Haskell/Ragel/C99
- Soostone/charade - Haskell program that fills Heist templates with randomly generated data, in support of rapid UI prototyping.
- stettberger/ispositive - Haskell Module: Integer.IsPositive
- rrnewton/Haskell-CnC - Intel Concurrent Collections for Haskell. Library and parallel runtime(s). Now on github rather than darcs.
- rjohnsondev/haskellshop - Example pet shop written in Haskell
- dpwright/HaskellNet-SSL - Helpers to connect to SSL/TLS mail servers with HaskellNet
- GaloisInc/RSA - Haskell RSA Library
- olehkuchuk/haskell-must-watch - Huge list of videos, talks , courses for Haskell programming language.
- agocorona/transient - High level, composable monadic combinators for concurrency, parallelism, event handling, transactions, multithreading and distributed computing with complete de-inversion of control (No callbacks). A high level Haskell EGPL (Embedded General Programming Language)
- palf/haskellSDL2Examples - SDL2 tutorial code in Haskell
- tel/serv - Reimplementation of Haskell's Servant using a kinder type API
- snowleopard/shaking-up-ghc - Shaking up GHC: a new build system for the Glasgow Haskell Compiler
- zalora/aeson-qq - JSON quasiquoter for Haskell
- zalora/tinc - A dependency manager for Haskell
- agrafix/hackmanager - Simplify managing Haskell projects by generating files like README.md, .travis.yml, etc.
- GaloisInc/http-server - A Haskell HTTP server
- xrl/zmqhs - Pure ZeroMQ in Haskell
- vincenthz/hs-socks - Socks proxy library for haskell
- trehansiddharth/6046-algorithms-haskell - All the algorithms from MIT 6.046 (Design and Analysis of Algorithms) in Haskell instead of imperative code
- tov/memoize - A Haskell memoization library
- solatis/haskell-network-anonymous-i2p - Haskell API for I2P anonymous networking
- sol/v8 - Haskell bindings to Google's V8 JavaScript Engine
- sjoerdvisscher/HueAPI - Haskell API for controlling Phillips Hue lights
- seanparsons/watcher - Haskell Powered Doorbell
- liyang/vector-th-unbox - Deriver for unboxed vectors using Template Haskell
- lens/project-template - This is a copy of the boilerplate I use for new Haskell projects.
- kazu-yamamoto/c10k - Network server library to handle over 10,000 connections in Haskell
- jgm/Markdown - An experimental markdown parser in Haskell
- iu-parfunc/haskell_dsl_tour - Examples of relevant technologies for implementing DSLs in Haskell.
- bos/norvig-spellcheck - A Haskell port of Peter Norvig's simple Python spellchecker
- bos/base16-bytestring - Fast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.
- bitc/omegagb - Emulator for Nintendo Game Boy, written in Haskell, partially working
- anchor/oauth2-server - Haskell libraries for implementing OAuth2 servers.
- WillSewell/benchpress - Micro-benchmarking of Haskell code with detailed execution time statistics.
- TomMD/mellow - A bridge from FreeNect to OpenGL in Haskell
- MedeaMelana/Zwaluw - Haskell combinators for bidirectional URL routing
- MarcWeber/hack-nix - tool for haskell-nix-overlay
- Icelandjack/Capabilities - A Haskell library providing separation of effects on the type level, effectively splitting up the monolithic IO-monad into more limited capabilities.
- Gabriel439/Haskell-Optional-Args-Library - Optional function arguments
- AaronFriel/hyhac - A HyperDex Haskell Client
- xanxys/hs2bf - Haskell to brainfuck compiler
- pheaver/netlist-verilog - Netlist and Verilog Haskell Package
- mboes/th-lift - Derive Template Haskell's Lift class for datatypes.
- kolmodin/hinotify - Haskell binding to inotify
- kizzx2/illustrated-haskell - Haskell through succinct, narrative, worked examples
- jgoerzen/configfile - Config file parsing/writing [Haskell]
- edofic/haskell-web - trying out haskell web development
- domdere/hs-geojson - GeoJSON parsing library [Haskell]
- deepakjois/blaze-svg - SVG Combinators for Haskell
- bluepeppers/haskell-libtcod - Haskell bindings for libtcod
- drKraken/haskell-must-watch - Huge list of videos, talks , courses for Haskell programming language.
- kazu-yamamoto/ghc-mod - Happy Haskell programming for editors
- jwiegley/github - The github API for Haskell
- haskell/haddock - Haskell Documentation Tool
- jaredloomis/Haskell-GLSL-eDSL - A GLSL code generating DSL embedded in Haskell
- tulcod/haskell-wayland - Haskell bindings for the Wayland library
- gimbo/cabal-macosx - Haskell Cabal services for Mac OS X
- nlogax/norby - Haskell IRC bot
- ghc/haddock - Mirror of haddock repository. DO NOT SUBMIT PULL REQUESTS HERE. Use http://github.com/haskell/haddock instead!
- ocharles/Elasticsearch - Haskell API to elasticsearch's REST interface
- yav/presburger - Decision procedures for Presburger arithmetic in Haskell
- timaschew/Artificial-Neural-Network-with-Haskell - Library for an ANN written in haskell, providing an interface for different input data formats
- snoyberg/haskell-web-rosetta - Examples of implementing the same task in different frameworks in Haskell
- sebfisch/incremental-sat-solver - Simple, Incremental SAT Solving as a Haskell Library
- robinp/nemnem - Source hyperlinker for Haskell
- quyse/flaw - FLAW is an experimental game engine in Haskell
- nkpart/flying-sheep-battles - Flying Sheep Battles - a game built at campjs with Haskell, SDL and Netwire
- kizzx2/haskell-qrcode - QR Code encoder (future) decoder in pure Haskell
- itkovian/HaBench - Haskell Benchmark Suite
- gelisam/commutative - Using Haskell's type system to guarantee commutativity.
- fabianbergmark/ECMA-262 - Haskell ECMA 262 interpreter
- derekmcloughlin/DiceOfDoom - A Haskell implementation of the Land of Lisp Dice of Doom game.
- bravoserver/baskerville - Port of Bravo to Haskell
- benarmston/cabal-constraints - Repeatable builds for cabalized Haskell projects
- MichaelXavier/GooglePlus - Pure Haskell implementation of the Google+ API
- LukeHoersten/snaplet-stripe - Haskell Snap Framework support for Stripe
- Laar/OpenGLRawgen - Generator for C-imports to Haskell for OpenGL.
- wavewave/hxournal - hxournal : A pen notetaking program written in haskell
- vshabanov/fast-tagsoup - Fast Haskell tagsoup parser
- urbanserj/hsnif - Tool that allows to write Erlang NIF libraries in Haskell
- tylerkahn/dcpu16-haskell - A DCPU suite written in Haskell
- trez/LazyNES - NES emulator written in haskell
- travitch/llvm-data-interop - A package to convert the LLVM IR into a native Haskell data type
- tnarg/haskell-libpq - Haskell bindings for libpq
- sordina/Haskell-Techniques - A collection of techniques used in Haskell that are worth remembering.
- snoyberg/yesod-fay - Utilities for using the Fay Haskell-to-JS compiler with Yesod.
- owainlewis/yfinance - Haskell library for querying real time stock market data
- osa1/Shen.hs - Shen implementation in Haskell
- nushio3/physics-inhaskell - Knowledge of classical mechanics, written in haskell.
- ndaniels/MRFy - Structural Motifs Using Random Fields, stochastic search implementation in Haskell
- nathankot/wsproxy - Websockets proxy server written in Haskell
- mokus0/polynomial - Haskell library for manipulating and evaluating polynomials
- mgsloan/instance-templates - A Haskell feature proposal with TH prototype
- mboes/hmk - A pure Haskell implementation of Plan9's mk
- luzhuomi/system-gpio - Haskell Implementation of GPIO wrapper library for Raspberry Pi
- konn/Yablog - Yet another Blog engine written in Haskell powered by yesod.
- kim/hdfs-haskell - Haskell bindings to libhdfs
- jwkvam/ants-haskell - Ants starter bot in Haskell
- jaspervdj/firefly - Lightweight, fast and easy 2D game library for Haskell
- gregwebs/haskell-xss-sanitize - prevent XSS attacks by sanitizing html (this is different then esacping!)
- graninas/GraphServer - GraphServer for Haskell code visualization
- glguy/hpaste - A pastebin written in Haskell
- garetxe/haskell-gi - Haskell bindings for GObject Introspection
- favonia/pulse - Haskell binding to PulseAudio (Part of the Hash project.)
- elliottt/dang - A compiler for a strongly typed, haskell-like functional language
- dom96/ElysiaBot - Modular Haskell IRC Bot
- dmpots/fibon - A benchmark suite for Haskell
- bjpop/haskell-linux-perf - Haskell library for reading perf.data files from the linux performance events tool.
- batterseapower/haskell-kata - 形: exercises in mind-bending Haskell
- bartavelle/7startups - A whirlwind tour of some Haskell design decisions
- astro/hashvortex - Playing with the BitTorrent DHT in Haskell
- afiskon/simple-neural-networks - Simple parallel neural networks implementation in pure Haskell
- acw/rate-limit - A basic rate-limiting library for Haskell
- TomMD/crypto-api - Haskell generic interface (type classes) for cryptographic algorithms
- Javran/h2048 - a haskell implementation of game 2048
- begriffs/postgrest - REST API for any Postgres database
- jgm/pandoc - Universal markup converter
- koalaman/shellcheck - ShellCheck, a static analysis tool for shell scripts
- elm-lang/elm-compiler - Compiler for the Elm programming language. Elm aims to make web development more pleasant. Elm is a type inferred, functional reactive language that compiles to HTML, CSS, and JavaScript.
- purescript/purescript - A small strongly typed language that compiles to Javascript
- joeyh/git-annex - manage large files with git
- jgm/gitit - A wiki using HAppS, pandoc, and git
- idris-lang/Idris-dev - A Dependently Typed Functional Programming Language
- mikeizbicki/HLearn - Homomorphic machine learning
- olivierverdier/zsh-git-prompt - Informative git prompt for zsh
- awgn/cgrep - Cgrep: a context-aware grep for source codes
- Peaker/lamdu - lamdu - towards the next generation IDE
- haskell/cabal - Official upstream development repository for Cabal and cabal-install
- tonymorris/course - Functional Programming Course
- joeyh/github-backup - backs up everything github knows about a repository, to the repository
- GaloisInc/cryptol - Cryptol: The Language of Cryptography
- thoughtbot/carnival - An unobtrusive, developer-friendly way to add comments
- switchface/helm - A functionally reactive game engine, with headgear to protect you from the headache of game development provided.
- aurapm/aura - A secure, multilingual package manager for Arch Linux and the AUR - Join us on Freenode in #aurapm, or in our Gitter room at https://gitter.im/aurapm/aura
- AccelerateHS/accelerate - Embedded language for high-performance array computations
- silkapp/rest - Packages for defining APIs, running them, generating client code and documentation.
- ajtulloch/dnngraph - A DSL for deep neural networks, supporting Caffe and Torch
- egison/egison - Egison is a purely functional programming language with non-linear pattern-matching against non-free data types. We can directly pattern-match against a wide range of data types such as lists, multisets, sets, trees and graphs with Egison.
- snapframework/snap - Snap project starter executable plus some libraries for building web apps
- davidbrewer/xmonad-ubuntu-conf - My xmonad config for Ubuntu 14.04 and 12.04, including package list, config files, and instructions.
- tidalcycles/Tidal - Pattern language
- ndmitchell/shake - Shake build system
- bjpop/berp - An implementation of Python 3
- snapframework/snap-core - Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers.
- ananthakumaran/webify - webfont generator - converts ttf to woff, eot and svg
- cdosborn/lit - A modern tool for literate programming
- vicfryzel/xmonad-config - My xmonad and xmobar configuration, plus necessary scripts to make things more usable.
- MichaelXavier/Angel - Process Monitoring/Management, Like Daemontools
- snoyberg/conduit - A streaming data library
- jaor/xmobar - A minimalistic text-based status bar
- bos/pronk - A small command line application for load testing web servers. Think of it as similar to httperf or ab, only more modern and simpler to deal with.
- pcapriotti/optparse-applicative - Applicative option parser
- kqr/gists - With way too messy gist.github pages this is an attempt to organise my snippets
- haskell-servant/servant - Main repository for the servant libraries. Web API combinators, with servers, clients and documentation
- itchyny/sjsp - Simple JavaScript Profiler
- tkonolige/dbignore - .gitignore for Dropbox
- clash-lang/clash-compiler - CAES Language for Synchronous Hardware
- ehamberg/9m - 9m Unicode URL Shortener
- HeinrichApfelmus/threepenny-gui - GUI framework that uses the web browser as a display.
- jgm/yst - create static websites from YAML data and string templates
- chrisdone/z - A strict, impure, curried, partially applied programming language with rather peculiar syntax.
- evincarofautumn/kitten - A statically typed concatenative programming language.
- ekmett/machines - Networks of composable stream transducers
- albertoruiz/hmatrix - Linear algebra and numerical computation
- osener/markup.rocks - Pandoc based document editor and converter in your browser.
- RaphaelJ/friday - Fast image IO and transformations.
- creswick/cabal-dev - A wrapper program around cabal and cabal-install that maintains sandboxed build environments.
- helium/airship - Helium + Webmachine = Airship. A toolkit for building declarative, RESTful web apps.
- sweirich/pi-forall - A demo implementation of a simple dependently-typed language
- ermine-language/ermine - The Ermine Programming Language - Join us on irc.freenode.net #ermine
- nikita-volkov/record - Anonymous records
- mbrubeck/compleat - Generate command-line completions using a simple DSL.
- GaloisInc/ivory - The Ivory EDSL
- sinelaw/infernu - Type inference and checking for a safer JavaScript.
- haskell/hackage-server - The new Hackage server aka "Hackage 2"
- visi-lang/visi - The Visi Language and iPad IDE
- travitch/taffybar - A slightly fancy status bar for xmonad
- snapframework/snap-server - A fast HTTP server library, which runs Snap web handlers.
- BurntSushi/erd - Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
- gelisam/frp-zoo - Comparing many FRP implementations by reimplementing the same toy app in each.
- mchakravarty/BigPixel - Pixel art for games
- prowdsponsor/esqueleto - Bare bones, type-safe EDSL for SQL queries on persistent backends.
- mikeizbicki/subhask - Type safe interface for working in subcategories of Hask
- snoyberg/keter - Web app deployment manager
- music-suite/music-suite - Meta-package to install the Music Suite
- martine/c-repl - a C read-eval-print loop (abandoned)
- hvr/multi-ghc-travis - Scripts and instructions for using Travis-CI with multiple GHC configurations
- tomahawkins/atom - A DSL for embedded hard realtime applications.
- machine-intelligence/Botworld - A cellular automaton for studying self-modifying agents which are embedded in their environment
- chrisdone/lucid - Clear to write, read and edit DSL for writing HTML
- frp-arduino/frp-arduino - Arduino programming without the hassle of C.
- haskell/network - Low-level networking interface
- chrisdone/ghci-ng - Next generation GHCi
- ekmett/trifecta - Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink
- ekmett/ad - Automatic Differentiation
- jaspervdj/digestive-functors - A general way to consume input using applicative functors
- Eelis/geordi - IRC C++ eval bot (also, github is retarded)
- hinance/hinance - Automated personal bookkeeping for hackers.
- ndmitchell/ghcid - Very low feature GHCi based IDE
- larrytheliquid/Lemmachine - REST'ful web framework in Agda
- fpco/minghc - Windows installer for GHC including msys
- acowley/Frames - Data frames for tabular data.
- aloiscochard/codex - A ctags file generator for cabal project dependencies.
- wyager/Neks - A dead simple networked key/value store
- kazu-yamamoto/mighttpd2 - File/CGI web server on warp
- simhu/cubical - Implementation of Univalence in Cubical Sets
- luqui/vatican - A lazy specializing virtual machine for purely functional languages
- simonmar/async - Run IO operations asynchronously and wait for their results
- tibbe/cassava - Easy CSV parsing
- lykahb/groundhog - This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial http://www.fpcomplete.com/user/lykahb/groundhog for introduction
- analytics/analytics - Much of this has moved to ekmett/succinct
- ndmitchell/bake - Continuous integration server
- mmirman/caledon - higher order dependently typed logic programing
- fpco/ide-backend - ide-backend drives the GHC API to build, query, and run your code
- passy/android-lint-summary - Prettier display of Android Lint issues
- nikita-volkov/hasql - A minimalistic general high level API for relational databases
- jtdaugherty/vty-ui - A terminal user interface programming library similar to graphical interfaces such as GTK and QT.
- batterseapower/test-framework - Framework for running and organising QuickCheck test properties and HUnit test cases
- Tarrasch/antigen-hs - A fast zsh plugin manager
- pdtournament/pdtournament - Iterated prisoner's dilemma tournament with bots that can perfectly simulate each other.
- benl23x5/gloss - Painless 2D vector graphics, animations and simulations.
- yesodweb/shakespeare - Haml-like template files that are compile-time checked
- GaloisInc/saw-script - The SAW scripting language.
- snoyberg/classy-prelude - A typeclass-based Prelude.
- ocharles/netwire-classics - Classic games recreated in netwire
- nfjinjing/miku - A tiny web dev DSL
- NicolasT/kontiki - An implementation of the Raft consensus protocol
- ruHaskell/ruhaskell - Главный сайт сообщества
- texodus/forml - A programming language
- jkff/timeplot - Analyst's swiss army knife for visualizing data from ad-hoc log files
- conal/lambda-ccc - Convert lambda expressions to CCC combinators
- cobbpg/elerea - A simple FRP library providing leak-free first-class streams.
- docopt/docopt.hs - A command-line interface description language and parser that will make you smile
- audreyt/regex-genex - Given a list of regexes, generate all possible strings that matches all of them.
- xmonad/xmonad - An unofficial xmonad version. This fork is unmaintained. Please refer to the official darcs repo
- ekmett/tables - A simple in-memory data-store for Haskell - Join us in freenode #haskell-lens
- dmbarbour/awelon - Awelon project is a new UI model with a new language.
- chrisdone/shell-conduit - Write shell scripts with Conduit
- thkoch2001/gitit2 - A reimplementation of gitit in Yesod
- ocharles/Francium - A small web programming library on top of reactive-banana and virtual-dom
- mxswd/swift-gen - Generate Swift structs / enums with protocol implementations!
- gwern/gwern.net - Website: writings on statistics, psychology, self-experiments, black-markets, philosophy, etc
- bos/mysql-simple - A mid-level client library for the MySQL database, intended to be fast and easy to use.
- pyr/apotiki - a faster debian repository
- ezyang/logitext - Beautiful, interactive visualizations of logical inference
- entropia/tip-toi-reveng - Trying to understand the file format of Tip Toi
- chrisdone/formatting - Format strings type-safely with combinators
- wh5a/Algorithm-W-Step-By-Step - Classic Algorithm W for type inference.
- kwf/ComonadSheet - A library for expressing "spreadsheet-like" computations with absolute and relative references, using fixed-points of n-dimensional comonads.
- haskell/containers - Assorted concrete container types
- NixOS/cabal2nix - Generate Nix build instructions from a Cabal file
- jekor/vocabulink - web application for learning foreign vocabulary
- elm-lang/elm-package - Command line tool to share Elm libraries
- elm-lang/elm-repl - A REPL for Elm
- edwinb/idris-php - Yes, really...
- snoyberg/http-conduit - Superseded by: https://github.com/snoyberg/http-client
- fumieval/free-game - The free game engine
- ocharles/hadoom - A little Doom-like 2.5 game engine
- DDCSF/ddc - The Disciplined Disciple Compiler
- feuerbach/monad-classes - A more flexible mtl
- ekmett/succinct - playground for working with succinct data structures
- ndmitchell/build-shootout - Comparison of build program expressive power
- jaspervdj/jaspervdj - Source code of my personal home page.
- chrisdone/ircbrowse - An IRC analysis server.
- raimohanska/reactive-bacon - FRP (functional reactive programming) framework inspired by RX and Iteratee
- prowdsponsor/fb - Bindings for Facebook's API.
- jhickner/hobbes - A cross-platform file activity monitor
- danchoi/herbalizer - Convert HAML to ERB
- ajhc/demo-android-ndk - Demo Ajhc application on Android NDK
- snoyberg/http-client - An HTTP client engine, intended as a base layer for more user-friendly packages.
- snowdriftcoop/snowdrift - Infrastructure for Snowdrift.coop
- ku-fpg/sunroof-compiler - Monadic Javascript Compiler
- aelve/microlens - A lightweight (but compatible with ‘lens’) lenses library.
- tlaitinen/yesod-dsl - A domain specific language and a code generator desined to create RESTful services for managing an RDBMS with Yesod web framework and Persistent.
- faylang/fay-jquery - jQuery bindings for Fay (experimental)
- ekmett/free - free monads
- haskell/vector - An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
- bendmorris/scotch - The Scotch programming language
- tibbe/hashable - A class for types that can be converted to a hash value
- philopon/apiary - Simple and type safe web framework that can be automatically generate API documentation.
- mchakravarty/lets-program - Let's program! Get into programming writing a simple game.
- ekmett/bound - Combinators for manipulating locally-nameless generalized de Bruijn terms
- dan-t/cabal-bounds - Manage the bounds/versions of the dependencies in a cabal file.
- AccelerateHS/accelerate-llvm - LLVM backend for Accelerate
- nick8325/quickspec - Equational laws for free
- ekmett/discrimination - Fast linear time sorting and discrimination for a large class of data types
- atzeus/reflectionwithoutremorse - Code accompanying the paper Reflection without Remorse:Revealing a hidden sequence to speed up monadic reflection
- tobbebex/GPipe - A functional graphics API for programmable GPUs
- stepcut/hyperdrive - A fast, low-level HTTP server you can trust
- sinelaw/xml-to-json - Fast & easy command line tool for converting XML files to JSON
- nwf/dyna - Dyna2 compiler and REPL
- jkff/splot - Visualizing the activity of many concurrent processes
- eevee/project-euler - interesting solutions to project euler problems
- kayuri/HNC - HN Compiler
- jozefg/pcf - A small compiler for PCF
- bjpop/blip - A bytecode compiler for Python 3
- bazqux/bazqux-urweb - Ur/Web part of BazQux Reader sources
- Zankoku-Okuno/octopus - A highly-dynamic language inspired by Kernel, Javascript, Clojure, Arc and science.
- DDCSF/repa - High performance, regular, shape polymorphic parallel arrays.
- AccelerateHS/accelerate-cuda - Accelerate backend for NVIDIA GPUs
- softmechanics/warp - A fast, light-weight web server for WAI applications.
- feuerbach/regex-applicative - Regex-based parsing with applicative interface
- dataflowbook/Dataflow-and-Reactive-Programming-Systems - Dataflow and Reactive Programming Systems Book
- timjb/aeson-schema - Haskell JSON schema validator and parser generator
- suhailshergill/extensible-effects - Extensible Effects: An Alternative to Monad Transformers
- roseperrone/phil - An extension of my brain
- dsorokin/aivika - A multi-paradigm simulation library
- divarvel/jDbT - jinx Database Tools
- mikeizbicki/typeparams - Lens-like interface for type level parameters; allows unboxed unboxed vectors and supercompilation
- haskell/bytestring - An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
- dpiponi/Moodler - Modular softsynth
- byorgey/thesis - Brent's PhD thesis.
- yesodweb/cabal-meta - avoid cabal dependency hell by installing all your cabal dependencies at the same time
- thlorenz/WebToInk - Downloads and converts a properly set up Html book or a blog into mobi format
- sanjoy/DietLISP - Toy lisp interpreter / PLT playground
- lierdakil/pandoc-crossref - pandoc filter for cross-references
- jgm/pandoc-citeproc - Library and executable for using citeproc with pandoc
- dimitriv/Ziria - A domain-specific-language and compiler for low-level bitstream processing.
- bartavelle/language-puppet - A library to work with Puppet manifests, test them and eventually replace everything ruby.
- anchor/vaultaire - Data vault for metrics
- Noeda/dfterm3 - Remote Dwarf Fortress playing
- ssadler/hawk - Awk for Hoodlums
- phischu/fragnix - Fragment-based code distribution!
- ocharles/blog - The contents of ocharles.org.uk/blog
- ocharles/BookBrainz - MusicBrainz for books? Why not!
- jonsterling/Foam - NOT FOR HUMAN CONSUMPTION.
- jgm/pandoc-types - types for representing structured documents
- ghc/packages-base - Mirror of packages-base repository. DO NOT SUBMIT PULL REQUESTS HERE
- chrisdone/descriptive - Self-describing consumers/parsers
- HackerFoo/peg - A lazy non-deterministic concatenative programming language
- well-typed/generics-sop - Generic Programming using True Sums of Products
- mhwombat/grid - Tools for working with regular grids/graphs/lattices.
- lgastako/polyeuler - My attempt to finish Project Euler in as many programming languages as possible.
- hkuplg/fcore - Research middleware compiler from System F-based languages to Java with the Imperative Functional Object encoding
- drbunsen/describe - describe: A Descriptive Statistics Utility
- danr/hipspec - A hip inductive theorem prover!
- co-dan/interactive-diagrams - Interactive-diagrams
- music-suite/music-score - Musical time structure, overloaded aspect access and import/export
- dterei/Research-Papers - Collection of various research papers I find interesting
- NICTA/cplusplus-th - C++ Foreign Import Generation
- scslab/hails - The security-centric web platform framework
- diagrams/diagrams-lib - Diagrams standard library
- diagrams/diagrams - Embedded domain-specific language for declarative vector graphics (wrapper package)
- alexander-b/coreutilhs - Self-contained implementations of common CLI-utils.
- tLewisII/CoreData-hs - Core Data fetch requests, created for you.
- snoyberg/yesoddocs - Yesod Web Framework documentation site
- snoyberg/yesod-js - Higher-level interaction between Yesod and Javascript
- propella/prolog - a prolog
- parsonsmatt/servant-persistent - A brief example of Servant with Persistent
- mithrandi/ssh-key-generator - A utility for deterministically generating ssh keypairs
- mietek/idris-bash - GNU bash backend for Idris
- howistart/howistart.org - How I Start website code
- ekmett/mtl - The Monad Transformer Library
- MrElendig/dotfiles-alice - dotfiles from the 'Alice' box
- zalora/getopt-generics - Create command line interfaces with ease
- tsurucapital/euphoria - Dynamic network FRP with events and continuous values
- snoyberg/packdeps - Web app to track lagging package dependencies.
- nfjinjing/loli - loli
- imalsogreg/reffit - Community mini-reviews for scientific papers
- hakaru-dev/hakaru - A probabilistic programming language
- ekmett/parsers - Generic parser combinators
- danoctavian/bit-smuggler - tunnel traffic through a genuine bittorrent connection
- blitzcode/hackage-diff - Compare the public API of different versions of a Hackage library
- HeinrichApfelmus/operational - Implement monads by specifying instructions and their desired operational semantics.
- snapframework/snap-auth - Authentication infrastructure for the Snap Framework (NOTE: This package is deprecated. As of 0.6 this functionality is included with snap)
- pbrisbin/xmonad-config - My xmonad configuration
- hausdorff/pyli - A Python 3 compiler that anyone can understand.
- ekmett/algebra - constructive abstract algebra
- dropbox/image-search - A hypothetical Dropbox API app that makes it possible to do image searches from Dropbox.
- dogestreet/proxypool - A Stratum to Stratum proxy pool
- dag/all-about-monads - Attempt to port All About Monads to HaskellWiki
- chrisdone/bdo - Do things in the browser from Emacs, namely update the stylesheet (but maybe more later)
- bgamari/bayes-stack - Framework for Gibbs sampling of probabilistic models
- vecio/.linux - Some configs for my Arch Linux on a 15" rMBP
- scotty-web/scotty-starter - A starter-kit for the Scotty web framework
- schell/steeloverseer - A file watcher and development tool.
- qrilka/xlsx - Simple and incomplete Excel file parser/writer
- javgh/bridgewalker - Bridgewalker server component
- FalconNL/mc2obj - Minecraft .obj exporter
- snoyberg/http-enumerator - HTTP client package with enumerator interface and HTTPS support.
- puffnfresh/licentious - License your GitHub repository in seconds
- osnr/pinhole - Falling ball game.
- kputnam/hee - Statically-typed functional and concatenative language
- kazu-yamamoto/llrbtree - Left-leaning red-black trees
- haskell-suite/halberd - Add missing imports.
- divipp/lensref - References which can be joined and on which lenses can be applied
- chrisdone/ghci-reload-demo - A demo of using GHCi as a persistent development environment
- chrisdone/chrisdone-xmonad - My xmonad configuration.
- snoyberg/basic-prelude - An enhanced core prelude, meant for building up more complete preludes on top of.
- puffnfresh/free-graphs - Generate GraphViz graphs by interpretting free monads.
- haskell-pkg-janitors/X11 - A Haskell binding to the X11 graphics library.
- hargettp/courier - A message-passing library, intended for simplifying network applications
- db81/hellno - A somewhat different approach to cabal hell problem.
- cdupont/Nomyx - The Nomyx game
- bmillwood/pointfree - Maintenance of the pointfree Hackage package.
- alanz/machines-play - Playing with https://github.com/ekmett/machines
- yesodweb/yesodweb.com - The http://www.yesodweb.com/ site
- yesodweb/yesod-scaffold - The Yesod scaffolding, with branches for different versions.
- valderman/lambdascript - Ugly prototype language for strongly typed, lazy, purely functional client side web scripting
- tuxmark5/ApexCtl - An utility to enable extra macro keys on Steelseries Apex keyboards
- tel/saltine - Cryptography that's easy to digest (NaCl/libsodium bindings)
- rnons/lord - A unified interface to online radios using mpd/mplayer as backend
- ku-fpg/kansas-lava - Kansas Lava
- jyp/nano-Agda - Tiny type-checker with dependent types
- jaspervdj/lorem-markdownum - A lorem ipsum generator for markdown
- hunt-framework/hunt - A flexible, lightweight search platform
- gsdlab/clafer - Clafer is a lightweight modeling language
- faylang/fay-angular - Fay FFI bindings for AngularJS
- elm-lang/elm-make - A build tool for Elm projects
- ekmett/categories - categories from category-extras
- duairc/layers - Modular type class machinery for monad transformer stacks.
- danchoi/ngrender - Pure server-side rendering of AngularJS templates
- RaphaelJ/friday-report - Document introducing the features and design of the friday library
- yogsototh/yosog - A yesod tutorial
- yav/type-nat-solver - A plugin for solving numeric constraints in GHC's type-checker
- webcrank/webcrank.hs - Webmachine inspired toolkit for building http applications and services.
- tazjin/democrify - A Mac application for democratic handling of music at parties, using libspotify.
- tanakh/process-conduit - Conduits for Processes
- soli/rascal - A command-line client for Reddit
- sol/pwsafe - A command-line password manager
- snoyberg/mime-mail - Compose MIME email messages.
- ndmitchell/ghc-make - An alternative to ghc --make which supports parallel compilation of modules and runs faster when nothing needs compiling.
- msakai/toysolver - My sandbox for experimenting solver algorithms.
- massysett/penny - Extensible double-entry accounting
- ltext/ltext - λtext - higher-order file applicator
- kazu-yamamoto/http2 - HTTP/2.0 library including HPACK
- jstepien/oh-no-my-flash-card-is-gone - In which I rescue my pictures from a broken FAT32 filesystem.
- hdbc/hdbc-postgresql - PostgreSQL driver for HDBC
- dmalikov/dotfiles - biegunka scripts to keep various environments' configuration updated
- bumptech/montage - Riak resolution proxy
- basvandijk/monad-control - Lift control operations, like exception catching, through monad transformers
- GaloisInc/tower - A concurrency framework for the Ivory language
- williamsjj/markdown2manning_tools - Convert Markdown (w/ Pandoc extensions) to Manning Publishing's DocBook. Actually includes a full manuscript management toolset.
- thoughtbot/yesod-auth-oauth2 - OAuth2 authentication for yesod
- thayerwilliams/msi-xmonad - xmonad.hs (Xmonad >= 0.9) and related config files for my MSI Wind netbook
- substance/letterpress - Cross Media Publishing for Substance documents
- snoyberg/markdown - Convert Markdown to HTML, with XSS protection
- remusao/Hodor - One Brainfuck interpreter to rule them all!
- redelmann/scat - Password scatterer. Eliminates password reuse by generating deterministically unique passwords for each service (website, email address, etc.), all from a single password.
- nfjinjing/hack - hack
- lkuper/lvar-examples - Programming with LVars, by example
- jgm/pandoc2 - Test bed for experimenting with new architecture for pandoc
- jeffreyrosenbluth/static-canvas - A tiny DSL for HTML5 Canvas
- feuerbach/prover - Simple lambda prover
- brendanhay/gamekeeper - Nagios monitoring and Ganglia/Graphite HTTP statistics aggregation for RabbitMQ
- benweitzman/BinarySpacePartition - XMonad Layout
- AccelerateHS/accelerate-examples - Examples and regression tests for the Accelerate library
- tanakh/ICFP2011 - ICFP Programming Contest 2011 repository
- soupi/pureli - A purely functional, dynamically typed, parallel evaluated Lisp-like programming language
- purescript/pursuit - Search engine for PureScript functions
- msakai/cpl - An interpreter of Hagino's Categorical Programming Language (CPL).
- mokus0/hs-hdf5 - Low-level typesafe HDF5 bindings
- jaspervdj/hakyll-examples - Examples for the Hakyll static site generator
- idris-hackers/idris-llvm - Idris LLVM codegen factored out
- fumieval/objective - Purely functional objects
- ekmett/reducers - Semigroups, specialized containers and a general map/reduce framework
- davidbeckingsale/xmonad-config - My xmonad config, the colour scheme is currently Zenburn, but a lime green and black scheme is in the testing-colour branch, "macstyle" is an ironic white black and blue color scheme
- acowley/GLUtil - Utility functions for working with OpenGL BufferObjects, GLSL shaders, and textures.
- Swizec/Le-Thesis - For my undergrad thesis I am building an automatic poet. The idea is to implement an evolutionary algorithm that can construct a poem using fitness functions trained on a text-based corpora.
- Feldspar/feldspar-language - The goal of the Feldspar project is to define a high-level language that allows description of high-performance digital signal processing algorithms.
- tranma/falling-turnip - falling sand game with regular parallel arrays.
- pyr/himpy - snmp polling for riemann
- puffnfresh/crosscheck - Using QuickCheck to test functions in other languages/environments.
- nomeata/gipeda - Git Performance Dashboard
- nkpart/kit - Package manager type dealio for Objective-C
- mxswd/webcloud - Turn an optparse-applicative program into a CGI program!
- mariusae/bert - Obsolete, see: https://github.com/feuerbach/bert
- maoe/tkyprof - An interactive GHC profiling visualizer
- jtdaugherty/dbmigrations - A library and program for the creation, management, and installation of schema updates (called migrations) for a relational database.
- jaspervdj/websockets-snap - Snap integration for the websockets library
- fujimura/spot - spot
- ekmett/graphs - a monadic graph library
- databrary/databrary - video data sharing library
- bjpop/ministg - Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine.
- ajnsit/wai-routes - Wai Routes provides typesafe URLs for Wai applications
- agocorona/Workflow - re-startable monad that recover the execution state from a log, and workflow patterns
- acowley/vinyl-gl - Utilities for working with OpenGL's GLSL shading language and vinyl records.
- TikhonJelvis/Cow - Semantic version control mk II
- Gabriel439/suns-search - Fast all-atom protein structural search engine
- snapframework/cufp2011 - Code for the CUFP 2011 Snap Framework Tutorial
- rikusalminen/funfun - A funny toy programming language project
- quchen/amoeba - Amœba is a distributed network.
- nnoell/dotfiles - External repository for personal dotfiles
- mxswd/editable - Derive editors for data types
- lynnard/VIMonad - Bringing VIM philosophy to window management
- luqui/Djest - A programming language that deduces code from tests
- jystic/hadoop-tools - Tools for working with Hadoop, written with performance in mind.
- joshdmiller/dot-files - My computer configurations
- jaspervdj/cabal-dependency-licenses - Compose a list of a project's transitive dependencies with their licenses
- hspec/hspec-wai - Helpers to test WAI application with Hspec
- gentoo-haskell/hackport - A command line tool to generate Gentoo ebuilds from Hackage packages.
- feuerbach/standalone-haddock - Generate standalone haddock documentation for a set of packages
- ekmett/sparse - sparse matrices in Morton order
- brafales/xmonad-config - Xmonad configuration files
- bobatkey/foveran - A Dependently Typed Programming Language
- bgamari/hoogle-index - Easily generate Hoogle indices for installed packages
- agocorona/TCache - Transactional cache with configurable persistence.
ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/fVjECx ppt.cc/fIr1ax ppt.cc/fEnHsx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com runoob.com man.linuxde.net bit.ly/2EzoUDo bit.ly/2v6jGJi bit.ly/2tW6eYT bit.ly/2X6vadl bit.ly/2viLpHU linuxprobe.com linuxtechi.com linuxstory.org systutorials.com ghacks.net linuxopsys.com reurl.cc/NpzMWe reurl.cc/WrgYdx reurl.cc/Yv4Yvo reurl.cc/Lmy90K reurl.cc/Rr5aeG
Total Pageviews
Monday 16 January 2017
awesome haskell
Labels:
haskell
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment