From d09413891089a42b7d44e736ea43ae8888844fc0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 24 Jan 2019 14:39:38 -0800 Subject: [PATCH] api: fix recent build breakage --- hledger-api/hledger-api.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger-api/hledger-api.hs b/hledger-api/hledger-api.hs index 517372ab5..2e0a4b98d 100644 --- a/hledger-api/hledger-api.hs +++ b/hledger-api/hledger-api.hs @@ -224,4 +224,5 @@ instance ToSchema PostingType instance ToSchema Posting instance ToSchema Transaction instance ToSchema Account +instance ToSchema AccountDeclarationInfo -- instance ToSchema AccountTransactionsReport