Skip to content
Avatar

Highlights

Organizations

@haskell-pkg-janitors @ledger

Sponsors

@qcasey @artkpv @gregorias @Gioyik @kevinalh @chrislloyd @fosskers

Sponsoring

@increpare

Pinned

  1. easy-to-use command-line/curses/web plaintext accounting tool; a modern and largely compatible Haskell rewrite of Ledger

    Haskell 1.7k 223

  2. Easy, repeatable testing of CLI programs/commands

    Haskell 74 6

  3. Easily time one or more commands with one or more executables and show tabular results

    Haskell 17

  4. A Breakout prototype, for exploring haskell game dev.

    Haskell 1

  5. A featureful wiki engine based on Zope 2

    Python 14 9

  6. 1
    # unregister broken GHC packages. Run this a few times to resolve dependency rot in installed packages.                                                                                                                                     
    2
    # ghc-pkg-clean -f cabal/dev/packages*.conf also works.                                                                                                                                                                                     
    3
    function ghc-pkg-clean() {
    4
        for p in `ghc-pkg check $* 2>&1  | grep problems | awk '{print $6}' | sed -e 's/:$//'`
    5
        do

1,780 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February 2021

Created a pull request in simonmichael/hledger that received 9 comments

balance transactions with their amounts' precisions

lib: move commodityStylesFromAmounts to Hledger.Data.Amount lib: use a transaction's amount precisions when balancing it

+477 −254 9 comments
Opened 2 other pull requests in 2 repositories
simonmichael/hledger_site
1 open
simonmichael/hledger
1 merged
Reviewed 1 pull request in 1 repository
simonmichael/hledger 1 pull request

Created an issue in jgm/pandoc that received 3 comments

wrong --version output in recent build ?

I just built today's master (a5169f6), and the --version output looks wrong here ? ("pandoc 0.10.99"). changelog.md says pandoc 2.11.4. $ stack bui…

3 comments

Seeing something unexpected? Take a look at the GitHub profile guide.