Skip to content
Avatar

Highlights

Organizations

@haskell-pkg-janitors @ledger

Sponsors

@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.6k 212

  2. Easy, repeatable testing of CLI programs/commands

    Haskell 70 5

  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 13 8

  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,653 contributions in the last year

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

Contribution activity

October 2020

Created an issue in simonmichael/hledger that received 2 comments

hyphens in date ranges broke in 1.19

Since 1.19 hledger displays date ranges as DATE..DATE instead of DATE-DATE. However the old syntax is supposed to still be supported on the command…

2 comments

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

You can’t perform that action at this time.