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.
|
||
|---|---|---|
| .. | ||
| app | ||
| config | ||
| deploy | ||
| Handler | ||
| Hledger | ||
| messages | ||
| Settings | ||
| static | ||
| templates | ||
| tests | ||
| .eslintrc.js | ||
| .ghci | ||
| Application.hs | ||
| CHANGES | ||
| devel.hs | ||
| Foundation.hs | ||
| hledger-web.1 | ||
| hledger-web.cabal | ||
| hledger-web.info | ||
| hledger-web.m4.md | ||
| hledger-web.txt | ||
| Import.hs | ||
| LICENSE | ||
| package.yaml | ||
| README | ||
| Settings.hs | ||
| Setup.hs | ||
A basic web UI for hledger data. Intended to be robust and somewhat useful.