New blog post: Type-level sharing in Haskell, now

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. yesod-persistent

    A RESTful Haskell web framework built on WAI.

    I'm wondering if this is related to this.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. ghc-timings-report

    Experimental tool to build reports on GHC build time for your projects.

    Semi-manually, I'm afraid :) For each benchmark in my suite, I have a bunch of modules XYZ010.hs,XYZ020.hs, etc.; I then compile the whole thing, have a script that extracts the core size for each module and writes them to a .csv file, which I then render as a graph using gnuplot. For the compilation time diagrams it's a similar process, except that I'm using ghc-timings-report to extract the compilation times.

  4. categories-with-friends

    Definitely not Scattergories.

    For a more motivated example, I use this technique to keep track of game state in Scattergories: https://github.com/brandonchinn178/categories-with-friends/blob/master/server/src/CategoriesWithFriends/Game/Answer.hs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Should a noob consider learning Haskell for web back end?

    2 projects | /r/haskell | 1 Mar 2022
  • On a daily base in this sub

    5 projects | /r/ProgrammerHumor | 23 Jan 2022
  • Understanding Functional Programming in Haskell

    3 projects | dev.to | 2 May 2025
  • What Are the Best Haskell Libraries in 2025?

    3 projects | dev.to | 18 Apr 2025
  • Type-Level Web DSL in Haskell

    1 project | dev.to | 8 Dec 2024

Did you know that Haskell is
the 25th most popular programming language
based on number of references?