This package browser is in early development. Mind the rough edges.

ghc-hledger-lib

Reusable library providing the core functionality of hledger

A reusable library containing hledger's core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.

hledger is a robust, cross-platform set of tools for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format, with command-line, terminal and web interfaces. It is a Haskell rewrite of Ledger, and one of the leading implementations of Plain Text Accounting.

Installation

Install the latest version of ghc-hledger-lib as follows:

guix install ghc-hledger-lib

Or install a particular version:

guix install ghc-hledger-lib@1.27.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.