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

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

Contribution activity

November 2020

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

csv decimal mark

cleanup ;csv: refactor amount parsing csv: decimal-mark rule to help with number parsing

+193 −82 4 comments
Opened 3 other pull requests in 2 repositories
commercialhaskell/stack
1 merged 1 closed
simonmichael/hledger
1 merged

Created an issue in simonmichael/hledger that received 5 comments

support account lifetimes ?

Related to #217. We think we'd like to be able to declare an account's opening and closing date, as you can in Ledger and Beancount. This would be …

5 comments
Opened 2 other issues in 2 repositories
simonmichael/hledger
1 open
haskell/haskell-language-server
1 open

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

You can’t perform that action at this time.