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