hledger/hledger-web
Peter Simons 8c0c168cd6 Fix the build of hledger-lib with ghc 8.0.x and base-compat 0.10.x.
We don't need to import Data.Monoid because Prelude.Compat exports "<>"
already. In fact, importing that module causes build failures:

    Hledger/Read/Common.hs:725:62: error:
        Ambiguous occurrence ‘<>’
        It could refer to either ‘Sem.<>’,
                                 imported from ‘Prelude.Compat’ at Hledger/Read/Common.hs:97:1-39
                                 (and originally defined in ‘Data.Semigroup’)
                              or ‘Data.Monoid.<>’,
                                 imported from ‘Data.Monoid’ at Hledger/Read/Common.hs:110:1-18

Fixes https://github.com/simonmichael/hledger/issues/794.
2018-06-04 20:58:58 +02:00
..
app web: fix stack ghci duplicate main error 2016-04-18 15:26:54 -07:00
config web: Post -> AddForm; drop/comment more old stuff 2015-02-16 16:21:07 +00:00
deploy web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
Handler lib: remove the megaparsec compatability module 2018-05-22 12:16:46 -07:00
Hledger lib, app, web: remove differences between command line and journal file aliases 2018-04-17 16:09:11 -07:00
messages web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
Settings web: declare a bunch of language pragmas 2015-04-07 18:35:41 -07:00
static fix datepicker not closing, linting 2017-12-30 13:44:40 -05:00
templates Using full width on large screens 2016-10-26 10:14:45 -07:00
tests web: fix options breakage, add test code to tags 2015-08-28 15:23:49 -07:00
.eslintrc.js fix datepicker not closing, linting 2017-12-30 13:44:40 -05:00
.ghci web: drop cruft from .ghci 2016-04-18 15:28:54 -07:00
Application.hs lib, app, web, ui: rename readJournalFile[s]WithOpts to readJournalFile, same for tryReader[s]WithOpts 2018-04-17 15:25:02 -07:00
CHANGES changelogs 2018-04-29 12:45:07 -07:00
devel.hs web: fix warnings 2014-05-23 09:02:20 -07:00
Foundation.hs web: fix breakage with yesod < 1.6 2018-04-02 16:32:38 +01:00
hledger-web.1 doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger-web.cabal Fix the build of hledger-lib with ghc 8.0.x and base-compat 0.10.x. 2018-06-04 20:58:58 +02:00
hledger-web.info doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger-web.m4.md doc: remove raw markup macro 2018-01-24 18:21:40 -08:00
hledger-web.txt doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
Import.hs silence redundant import warnings with ghc 8.4 2018-03-24 22:51:56 +00:00
LICENSE packagegeddon.. split off web/chart/vty, move hledger to a subdir 2010-09-09 22:54:34 +00:00
package.yaml Fix the build of hledger-lib with ghc 8.0.x and base-compat 0.10.x. 2018-06-04 20:58:58 +02:00
README doc: ensure all five main packages have a README 2016-04-12 11:13:01 -07:00
Settings.hs web: add --host, rename --server to --serve (#429) 2016-11-21 07:38:58 -08:00
Setup.hs Revert "remove Setup.hs files again, fixing a yesod devel warning" 2014-05-24 13:39:09 -07:00

A basic web UI for hledger data. Intended to be robust and somewhat useful.