From 4c972fabf22f5e651687211c57c962c1e6e68ca9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 9 Jan 2016 08:19:19 -0800 Subject: [PATCH] api: forgot examples dir --- hledger-api/examples/01-hello.html | 6 ++++++ hledger-api/hledger-api.cabal | 2 ++ hledger-api/package.yaml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 hledger-api/examples/01-hello.html diff --git a/hledger-api/examples/01-hello.html b/hledger-api/examples/01-hello.html new file mode 100644 index 000000000..08686f9a9 --- /dev/null +++ b/hledger-api/examples/01-hello.html @@ -0,0 +1,6 @@ + + +

+Hello world. Just a static file, nothing going on here. + + diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index abd9b92a4..6840a1457 100644 --- a/hledger-api/hledger-api.cabal +++ b/hledger-api/hledger-api.cabal @@ -21,11 +21,13 @@ bug-reports: http://bugs.hledger.org author: Simon Michael maintainer: Simon Michael license: GPL +license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGES + examples/01-hello.html source-repository head type: git diff --git a/hledger-api/package.yaml b/hledger-api/package.yaml index 081d114c0..525abf877 100644 --- a/hledger-api/package.yaml +++ b/hledger-api/package.yaml @@ -34,7 +34,7 @@ bug-reports : http://bugs.hledger.org extra-source-files: - CHANGES - - examples/ + - examples/*.html # XXX not supported # flag threaded