;bin: smooth: note beancount tool

This commit is contained in:
Simon Michael 2021-01-30 17:27:30 -08:00
parent 31868a6892
commit 37290eec04

View File

@ -10,6 +10,8 @@
-- Run it inside an up to date hledger source tree, eg: bin/hledger-smooth.hs ACCT
-- Or add bin/ to $PATH and [stack ghc bin/hledger-smooth;] hledger smooth ACCT
-- see also: https://github.com/Akuukis/beancount_interpolate
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE NamedFieldPuns #-}