hledger/hledger-lib/Hledger/Read
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
..
Common.hs 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
CsvReader.hs lib: remove the megaparsec compatability module 2018-05-22 12:16:46 -07:00
JournalReader.hs 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
LedgerReader.hs.disabled lib: disable WIP ledger4 parser, lighten dependencies 2017-03-29 21:06:26 -07:00
TimeclockReader.hs lib: remove the megaparsec compatability module 2018-05-22 12:16:46 -07:00
TimedotReader.hs lib: remove the megaparsec compatability module 2018-05-22 12:16:46 -07:00