An open API service indexing awesome lists of open source software.

Haskell

Haskell is a functional (that is, everything is done with function calls), statically, implicitly typed (types are checked by the compiler, but you don’t have to declare them), lazy (nothing is done until it needs to be) language.

https://github.com/fosskers/servant-xml

Servant support for the XML Content-Type.

haskell servant xml

Last synced: 23 Apr 2025

https://github.com/anler/http-sink

Simple http-sink server with logging

haskell server sin

Last synced: 23 Apr 2025

https://github.com/aib/project-euler

My Project Euler solutions

haskell project-euler

Last synced: 18 Sep 2025

https://github.com/brandonchinn178/hpc-lcov

Convert HPC coverage output to LCOV format

codecov coverage haskell test

Last synced: 23 Aug 2025

https://github.com/cidem/lions-backend

A Simple Haskell Project

haskell nix nix-flake

Last synced: 26 Oct 2025

https://github.com/matsubara0507/rakuten

The Rakuten API for Haskell

haskell haskell-library

Last synced: 21 Jun 2025

https://github.com/xmonad/x11-xft

Bindings to the Xft, X Free Type interface library, and some Xrender parts

hacktoberfest haskell x11 xmonad

Last synced: 13 Aug 2025

https://github.com/trskop/freer-effects-extra

Extra goodies for freer package

extensible-effects freer-effects haskell

Last synced: 23 Mar 2025

https://github.com/composite-hs/composite-base

Integrations with Vinyl/Frames records (core library).

haskell haskell-library vinyl

Last synced: 18 Aug 2025

https://github.com/omonimus1/computer-science-degree-courseworks

Coding Coursework that I have created individually or in Team while studying Computer Science at Napier University.

computer-science computer-science-education coursework cpp csharp databse haskell html-css-javascript scripting sql students university-coursework webtechnology

Last synced: 25 Aug 2025

https://github.com/paulcadman/dhall-to-jenkinsfile

Compile Dhall expressions to pipeline Jenkinsfiles

dhall haskell jenkins-pipeline jenkinsfile

Last synced: 03 May 2025

https://github.com/cdepillabout/xml-html-qq

QuasiQuoter for XML and HTML Documents

document haskell html quasi-quote quasiquote quasiquoter xml xml-conduit

Last synced: 18 Oct 2025

https://github.com/rhyskeepence/elm-websocket

Generate an Elm Subscriber and JSON encoders/decoders for a Wai WebSocket server

elm haskell websocket

Last synced: 22 Apr 2025

https://github.com/laughedelic/m-cohomology

Basic abstractions and methods for computations in terms of group algebra Z[G] and automatic construction of cocycle translations for computation of cup-product.

algebra category-theory cohomology haskell mathematics maths thesis

Last synced: 15 Apr 2025

https://github.com/grin-compiler/ghc-wpc-sample-programs

sample programs that compile with GHC whole program compiler

ghc haskell stg whole-program-compiler

Last synced: 31 Jul 2025

https://github.com/minad/tasty-auto

Deprecated: Auto discovery for the Tasty test framework, use tasty-discover instead

auto-discovery haskell testing

Last synced: 05 Sep 2025

https://github.com/basvandijk/regional-pointers

Regional memory pointers

haskell

Last synced: 03 Aug 2025

https://github.com/marijnvanwezel/haskell-dev-env

An opinionated pre-built Dev Container for Haskell (which includes HLS, Cabal, Stack, a debugger, local Hoogle and useful extensions).

devcontainer haskell haskell-debug-adapter hls hoogle

Last synced: 05 Oct 2025

https://github.com/shou/type-operators

A collection of type-level operators

apply haskell operators type-families type-level typeclass

Last synced: 03 Aug 2025

https://github.com/tek/exon

Customizable Quasiquote Interpolation

haskell quasiquotes string-interpolation

Last synced: 09 Apr 2025

https://github.com/aionescu/dynasty

A lazy functional language that compiles to JavaScript

alt-js haskell javascript language laziness

Last synced: 27 Jul 2025

https://github.com/tmcgilchrist/transformers-either

transformers-either

haskell

Last synced: 01 Jul 2025

https://github.com/pasqu4le/huffer

A Haskell compressor based on canonical Huffman codes

cli-app compression haskell huffman-coding

Last synced: 01 Sep 2025

https://github.com/prikhi/hs-notifications

A Super Simple Desktop Notification Server Written in Haskell

dbus desktop-notifications freedesktop-notifications haskell notifications

Last synced: 16 Aug 2025

https://github.com/aesiniath/briefcase

Utility code for preparing business cases used to justify internal projects within large organizations

finance haskell library

Last synced: 22 Apr 2025

https://github.com/unclechu/haskell-qm-interpolated-string

Implementation of interpolated multiline strings that ignores indentation and trailing whitespaces

cabal hackage haskell haskell-library interpolation library stack strings

Last synced: 23 Mar 2025

https://github.com/l-tchen/findunion

An imperative implementation of disjoint-set data structure in Haskell

data-structures disjoint-sets haskell

Last synced: 17 Aug 2025

https://github.com/willdoescode/haskell-leetcode

Learning algorithms in haskell with the help of leetcode.

algorithms haskell haskell-exercises haskell-learning leetcode willdoescode

Last synced: 08 Apr 2025

https://github.com/minoki/haskell-cpu-features

A Haskell library to detect CPU features

cpuid haskell

Last synced: 01 Jul 2025

https://github.com/unrooted/99haskellproblems

my approach to 99HaskellProblems

99haskellproblems 99problems haskell

Last synced: 25 Jul 2025

https://github.com/simonmichael/hssdl-mac-example

The graphics-drawingcombinators example program, with the adaptations that used to be needed for mac OSX. Obsolete.

haskell howto

Last synced: 04 Oct 2025

https://github.com/nh2/lambdabot-zulip

Lambdabot for Zulip Chat

haskell zulip-bot

Last synced: 05 May 2025

https://github.com/technique-lang/technique

Check, simulate, and run procedures written in the Technique programming language

haskell language procedures

Last synced: 21 Oct 2025

https://github.com/prikhi/hpack-template

Stack Templates for Generic/CLI Applications and Libraries using Hpack, Tasty, & Github Actions.

haskell hedgehog hpack hunit stack stack-template tasty template

Last synced: 29 Jul 2025

https://github.com/simonmichael/haskell-finance

Notes on Haskell programming language-related finances.

finance haskell hledger plaintext-accounting

Last synced: 15 Aug 2025

https://github.com/bartavelle/fastparser

A fast bytestring parser

bytestring fast haskell parsing

Last synced: 23 Mar 2025

https://github.com/jaalonso/categorias_y_programacion

Bibliografía sobre teoría de categorías y programación funcional

category-theory functional-programming haskell

Last synced: 21 Aug 2025

https://gitlab.com/twittner/cql-io

CQL Cassandra Client

cassandra cql database haskell

Last synced: 22 Aug 2025

https://github.com/haskell-hvr/hackage-mirror-tool

Hackage mirroring tool

cabal hackage haskell mirroring s3

Last synced: 23 Jul 2025

https://github.com/prikhi/solana-staking-csvs

Generate CSV Exports of Your Solana Staking Rewards

csv csv-export haskell solana solana-beach staking staking-rewards

Last synced: 29 Oct 2025

https://github.com/1computer1/hectoparsec

Flexible and powerful parser combinators for Haskell

combinators haskell lexer parser parser-combinators stream

Last synced: 11 Apr 2025

https://github.com/stappit/blog

I often post solutions to textbook exercises, including: Bayesian Data Analysis (BDA) by Gelman et al; Causal Inference in Statistics Primer (CISP) by Pearl et al; Purely Functional Data Structures (PFDS) by Okasaki.

bayesian-data-analysis blog data-analysis data-science gelman hakyll haskell pearl purely-functional-data-structures solutions stan static-site statistical-inference statistics

Last synced: 14 Mar 2025

https://github.com/opshin/opshin-example

A simple example setup for an opshin project

cardano haskell plutus python smart-contracts

Last synced: 29 Oct 2025

https://github.com/zmactep/smiles

Full support of OpenSMILES specification for Haskell

chemoinformatics haskell parser smiles

Last synced: 10 Apr 2025

https://github.com/maestro-org/maestro-cardano-haskell-sdk

Haskell SDK for the Maestro Dapp Platform

blockchain cardano cryptocurrency haskell maestro

Last synced: 17 Jan 2026

https://github.com/larskuhtz/cuckoo

Haskell Implementation of Cuckoo Filters

cuckoo-filter haskell probabilistic-data-structures set-membership

Last synced: 14 Apr 2025

https://github.com/xldenis/mgc

comp 520 go compiler

compiler haskell

Last synced: 30 Apr 2025

https://github.com/csabahruska/lambdacube-stunts

Remake of Stunts 4D Sports Driving in Haskell

3d-graphics bullet-physics cpu-emulator game gpu haskell

Last synced: 12 Apr 2025

https://github.com/epicallan/haskell-playground

For learning and trying out new things in haskell

haskell

Last synced: 20 Jun 2025

https://github.com/dfordivam/hskaldi

Kaldi-ASR haskell binding experiments

haskell haskell-bindings kaldi

Last synced: 12 Apr 2025

https://github.com/aiya000/hs-algebra

Test algebra type class by QuickCheck.

algebra algebraic-data-types haskell

Last synced: 16 Jun 2025

https://github.com/slotthe/advent

Advent of Code—now with even more languages!

advent-of-code apl bqn clojure haskell ocaml python rust

Last synced: 12 Apr 2025

https://github.com/lyokha/ghc-stdin

A frontend plugin for GHC to compile source code from the standard input

frontend ghc haskell plugin

Last synced: 10 Apr 2025

https://github.com/pasqu4le/hexmino

A small game based on domino-like hexagonal tiles

game gloss haskell haskell-game hex hexagonal-tiles tile

Last synced: 07 May 2025

https://github.com/mrkkrp/tagged-identity

Trivial monad transformer that allows identical monad stacks have different types

haskell monad-transformers phantom-types

Last synced: 20 Sep 2025

https://github.com/aiya000/workspace

This is file space that is my learning any language.

c clojure cobol csharp golang haskell html java javascript programming python ruby scala study typescript viml vimscript

Last synced: 09 May 2025

https://github.com/alexbuyan/lambdacalculator

Library to work with lambda calculus

haskell lambda-calculus

Last synced: 16 Jun 2025

https://github.com/maoe/sensu-run

A tool to send command execution results to Sensu

haskell monitoring sensu

Last synced: 12 Apr 2025

https://github.com/tmspzz/danger-hlint

A Danger plugin for Hlint - https://rubygems.org/gems/danger-hlint

danger haskell hlint

Last synced: 17 Jan 2026

https://github.com/jonathanknowles/haskell-example

Example Haskell Library with CI

ci example github-actions haddock haskell library

Last synced: 09 Sep 2025

https://github.com/fpindia/fpindia-site

The new FPIndia static site built using Ema

functional-programming haskell india nix

Last synced: 01 May 2025

https://github.com/erikd/system-linux-proc

Haskell library for accessing the /proc filesystem in Linux

haskell linux

Last synced: 21 Mar 2025

https://github.com/dmjio/call-swift-from-haskell

Call a Hello World Swift function from Haskell

haskell swift

Last synced: 14 Apr 2025

https://github.com/vladimirlogachev/library

GraphQL API and frontend for offline library. Haskell, Elm, Postgres

docker elm elm-graphql graphql haskell mu-graphql mu-haskell postgres postgres-typed

Last synced: 10 Apr 2025

https://github.com/bor0/misc

Misc playground and random stuff

assembly books c coq haskell idris javascript playground scheme

Last synced: 10 Apr 2025

https://github.com/lfborjas/freenatalchart.xyz

Free natal and transit charts!

astrology haskell

Last synced: 17 Jan 2026

https://github.com/minoki/haskell-floating-point

Haskell libraries for floating point numbers (fp-ieee and rounded-hw)

floating-point haskell

Last synced: 10 Jul 2025

https://github.com/why-not-try-calmer/feedo

A fast, efficient network app for consuming web feeds.

atom-aggregator haskell rss-aggregator telegram-bot

Last synced: 06 Jul 2025

https://github.com/fused-effects/fused-effects-readline

A readline-like effect and carrier for fused-effects using haskeline

algebraic-effects haskell readline

Last synced: 10 Apr 2025

https://github.com/gbrsales/cabal-appimage

Cabal support for creating AppImage applications

appimage cabal haskell linux

Last synced: 06 May 2025

https://github.com/zoedsoupe/curlit

Programming languages snippets for simple HTTP requests!

begginer-friendly elixir haskell http javascript nodejs python ruby

Last synced: 10 Apr 2025

https://github.com/sshine/evm-opcodes

Opcode types for Ethereum Virtual Machine (EVM)

hacktoberfest haskell

Last synced: 25 Jan 2026

https://github.com/matt-snider/dict.cc

A command line interface tool for accessing dict.cc written in Haskell.

cli command-line dict english german haskell translation

Last synced: 10 Apr 2025

https://github.com/discus-lang/inchworm

Simple parser combinators for lexical analysis.

haskell lexical-analysis parser-combinators parsing

Last synced: 29 Apr 2025

https://github.com/susisu/grassy

Toolkit for the Grass programming language

esolang grass haskell lambda-calculus

Last synced: 19 Jul 2025

https://github.com/charukiewicz/hs-isbn

Haskell library for validating and working with ISBNs

books haskell isbn isbn-10 isbn-13

Last synced: 05 May 2025

https://github.com/konn/ghc-typelits-symbols

Additional operations for GHC's type-level symbols

ghc haskell symbols type-level-programming

Last synced: 11 Apr 2025

https://github.com/mrkkrp/req-conduit

Conduit utilities that work with the Req HTTP client library

conduit haskell http-client

Last synced: 20 Jul 2025

https://github.com/ix/notewell

A declaratively-built cross-platform Markdown editor written in Haskell.

cross-platform declarative-ui gfm gi-gtk github-flavored-markdown gtk haskell markdown

Last synced: 14 Apr 2025

https://github.com/fgaz/dual

Online multiplayer shooter

2d-game clone game hacktoberfest haskell multiplayer online shooter

Last synced: 13 Apr 2025

https://github.com/soficshift/ondim

Multitype expansions for easy templating

haskell heist html latex mustache pandoc template

Last synced: 06 Apr 2025

https://github.com/leastauthority/wormhole-client

A magic-wormhole client in Haskell

cryptography haskell

Last synced: 09 Jul 2025

https://github.com/tfausak/heptapod

:squid: Generate version 7 UUIDs in Haskell.

haskell uuid

Last synced: 15 Oct 2025

https://github.com/minoki/unboxing-vector

A newtype-friendly wrapper for Data.Vector.Unboxed

haskell

Last synced: 09 Apr 2025

https://github.com/tfc/attoparsecpp

Trying to imitate the elegance of Haskell parsers

cpp haskell library parsec parsing

Last synced: 12 Oct 2025

https://github.com/disco-dave/message-db

Haskell client library for Eventide's Message DB

cqrs database event-sourcing haskell postgresql

Last synced: 21 Oct 2025

https://github.com/fgaz/pure-html-calc

A pure HTML calculator. No css or javascript.

calculator haskell html html-calculator no-css no-js

Last synced: 25 Oct 2025

https://github.com/itchyny/vim-haskell-sort-import

Sort import statements in Haskell codes

haskell vim vim-plugins vim-scripts

Last synced: 15 Oct 2025

https://github.com/philzook58/basic-ass-shit

Simple Examples to show Haskell can do normal stuff too

basics haskell

Last synced: 26 Apr 2025

https://github.com/rasheedja/simplex-method

Implementation of the two-phase simplex method in exact rational arithmetic.

bsd-3-clause haskell linear-programming math mathematics maths optimisation optimization simplex-method

Last synced: 18 Oct 2025

https://github.com/vmchale/hgis

Haskell as a GIS

gis haskell haskell-library

Last synced: 26 Apr 2025