ghcup-hs VS hledger

Compare ghcup-hs vs hledger and see what are their differences.

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
ghcup-hs hledger
28 89
324 3,302
1.9% 1.4%
9.3 9.9
11 days ago 3 days ago
Haskell Haskell
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ghcup-hs

Posts with mentions or reviews of ghcup-hs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-05.
  • APL Interpreter – An implementation of APL, written in Haskell
    7 projects | news.ycombinator.com | 5 Jun 2025
    The easiest and fastest way to get everything installed is ghcup https://www.haskell.org/ghcup/

    As for being successful, there are several nice books, and several active forums. I've gotten good answers on the Libera IRC network #haskell channel, and on the Haskell matrix channel #haskell:matrix.org

    If you want to get started without installing anything, there's the exercism track: https://exercism.org/tracks/haskell

    I've heard good things about Brent Yorgey's Haskell course ( https://www.cis.upenn.edu/~cis1940/spring13/lectures.html ) but haven't tried it myself.

  • ¿Cómo instalar Haskell?
    6 projects | dev.to | 24 Mar 2025
  • How I switched from Stack to Cabal
    2 projects | dev.to | 5 May 2024
    But also ghcup does that and I already use ghcup to manage stack itself, the haskell language server (hls), and even the compatible ghc version. Recently I’ve been hooking up stack to make it use ghcup-installed ghc versions. So, it feels simpler to just use ghcup.
  • How to Send an SMS in Haskell (2017)
    1 project | news.ycombinator.com | 13 Apr 2024
    I'd recommend using ghcup to install Haskell nowadays. (https://www.haskell.org/ghcup/) It makes it easy to install and switch versions of the compiler, language server, and build tools.
  • Revisiting Haskell after 10 years
    8 projects | dev.to | 15 Jan 2024
    The compiler now shows more helpful error messages and GHCup allows us to manage multiple versions of GHC, Stack, and HLS (Haskell Language Server) in a breeze. Compilation time is faster now, but I believe it is because hardware has become faster over the years. Unfortunately, cross-compiling is not yet as simple.
  • -❄️- 2023 Day 5 Solutions -❄️-
    149 projects | /r/adventofcode | 5 Dec 2023
    Install Haskell using GHCup. In days of old installing Haskell used to be a pain, but nowadays Haskell comes with a self-isolated thing call ghcup - you install it once, and then it installs the rest of the universe in its own isolated directory that can be independently deleted or updated without affecting the rest of your system.
  • Need Help with getting Haskell onto my Windows Laptop
    2 projects | /r/haskell | 4 Dec 2023
    Try this https://www.haskell.org/ghcup/ but with Window's WSL2.
  • Issues writing programs using Haskell
    1 project | /r/vscode | 26 Aug 2023
    I've downloaded GHCup, hls and stack from the command from this link https://www.haskell.org/ghcup/
  • Ghcup: Manage Haskell GHC, Cabal, Stack in TUI
    1 project | news.ycombinator.com | 9 Aug 2023
  • ghcup: command not found
    1 project | /r/SimpleXChat | 7 Jul 2023
    The instructions to install ghcup are here: https://www.haskell.org/ghcup/

hledger

Posts with mentions or reviews of hledger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-19.
  • Haskell: A Great Procedural Language
    18 projects | news.ycombinator.com | 19 Jan 2025
  • Show HN: Puffin – a minimal terminal UI to manage personal finances
    2 projects | news.ycombinator.com | 16 Jun 2024
    A simple TUI to view various financial reports of your personal finances. Uses hledger[1] under the hood for the accounting stuff.

    [1]: https://hledger.org

  • Show HN: GNU Make as a Task Runner
    3 projects | news.ycombinator.com | 12 May 2024
    For historical interest (though to compare you really need to work with them over a period of time), here's a thousand line [Makefile](https://github.com/simonmichael/hledger/blob/2d35b1051/Makef...) that was converted to a [Justfile](https://github.com/simonmichael/hledger/blob/43c93eb37/Justf...). And here's the kind of template I used for multicommand shell scripts when trying those ([ft](https://github.com/simonmichael/hledger/blob/43c93eb37/bin/f...), [tt](https://github.com/simonmichael/hledger/blob/43c93eb37/bin/t...)).
  • Double-Entry Bookkeeping as a Directed Graph
    5 projects | news.ycombinator.com | 10 Apr 2024
    I'm surprised that there is no mentions of a great hacker-friendly plain-text accounting software called `ledger` https://ledger-cli.org/ in this thread. It has amazing documentation when it comes to understanding basic principles of double-entry bookkeeping and goes through many typical situations and usecases. There are also several forks, most popular and advanced is `hledger` https://hledger.org/ (h is for Haskell), which provides some neat features out of the box, such as a simple web interface. All of them are very primitive compared to "professional" accounting software, but in return it offers great opportunities for hacking around while ensuring validity of your books.
  • Ledger
    5 projects | news.ycombinator.com | 24 Feb 2024
    I've been using hledger[1] - similar tool but has more features like balance sheet, income statement generation with a plain text file for the last 3 years and it's been working out great. Before that I used iBank (rebranded as Banktivity) and don't miss it at all.

    [1] - https://hledger.org

  • Pandoc
    17 projects | news.ycombinator.com | 28 Jan 2024
  • Show HN: Just.sh – compiler that turns Justfiles into portable shell scripts
    7 projects | news.ycombinator.com | 26 Dec 2023
    I can offer this (warning, crufty real-world scripts ahead!): these [make](https://github.com/simonmichael/hledger/blob/137d825/Makefil...) [files](https://github.com/simonmichael/hledger/blob/137d825/Makefil...) and this [bash script](https://github.com/simonmichael/hledger/blob/a3c300b/bake) have been replaced by this roughly equivalent [Justfile](https://github.com/simonmichael/hledger/blob/137d825/Justfil...) (some old things were commented out, some new things were added).

    I'm only a few weeks in, and just has its own learning curve, but I'm very pleased overall. Cognitive load is down, usability is up, robustness is up.

  • [hledger] PSA: hledger-1.32 import bugfix pending, please avoid importing multiple files at once
    1 project | /r/plaintextaccounting | 7 Dec 2023
  • Költségvetés applikáció
    1 project | /r/kiszamolo | 27 Jun 2023
  • Bästa budgetapp för 2
    1 project | /r/PrivatEkonomi | 24 Jun 2023

What are some alternatives?

When comparing ghcup-hs and hledger you can also consider the following projects:

stack - The Haskell Tool Stack

beancount - Beancount: Double-Entry Accounting from Text Files.

cabal2nix - Generate Nix build instructions from a Cabal file

ledger - Double-entry accounting system with a command-line reporting interface

TermuxArch - Experience the pleasure of the Linux command prompt in Android, Chromebook, Fire OS and Windows on smartphone, smartTV, tablet and wearable https://termuxarch.github.io/TermuxArch/

termplot - ▁▂▃▅▂▇ Plot time series in your terminal in real-time

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

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