From 238594d976c7368feac2d752b18adcc0f3496170 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 13 Jun 2011 20:59:13 +0000 Subject: [PATCH] type signature for nullposting so tags can find it --- hledger-lib/Hledger/Data/Posting.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger-lib/Hledger/Data/Posting.hs b/hledger-lib/Hledger/Data/Posting.hs index bb51f6f56..720760907 100644 --- a/hledger-lib/Hledger/Data/Posting.hs +++ b/hledger-lib/Hledger/Data/Posting.hs @@ -26,6 +26,7 @@ import Hledger.Data.Dates (nulldate, spanContainsDate) instance Show Posting where show = showPosting +nullposting :: Posting nullposting = Posting False "" nullmixedamt "" RegularPosting [] Nothing showPosting :: Posting -> String