From 2752b0e98cbdfc88511b0887c2b9e7adcda62311 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 26 Oct 2016 13:03:02 -0700 Subject: [PATCH] api: Setup.hs file to pass hackage check --- hledger-api/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hledger-api/Setup.hs diff --git a/hledger-api/Setup.hs b/hledger-api/Setup.hs new file mode 100644 index 000000000..9a994af67 --- /dev/null +++ b/hledger-api/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain