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 213

  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,661 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 open 1 closed
simonmichael/hledger
1 merged

Created an issue in haskell/haskell-language-server that received 2 comments

too many clang/gcc processes, system limit reached

Using Haskell extension 1.2.0 in VS Code 1.51.0 on mac catalina, I started getting fork: resource exhausted (Resource temporarily unavailable) in a…

2 comments

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

You can’t perform that action at this time.