From 37290eec048b75eed3e10b2a95e8eac16234e152 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 30 Jan 2021 17:27:30 -0800 Subject: [PATCH] ;bin: smooth: note beancount tool --- bin/hledger-smooth.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/hledger-smooth.hs b/bin/hledger-smooth.hs index 9daabd9d1..629a03c72 100755 --- a/bin/hledger-smooth.hs +++ b/bin/hledger-smooth.hs @@ -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 #-}