dhall-haskell/nix
Oliver Charles 922e20e6ab Replace trifecta with megaparsec (#268)
The long-term motivation for this change is so that we can eventually use a
separate `attoparsec`-based lexing step to greatly increase parsing speed since
the `trifecta`/`parsers` API doesn't allow tokens other than `Char`.

The secondary motivation for this is that `megaparsec` is a smaller dependency
that is more actively maintained.
2018-03-27 09:09:20 -07:00
..
formatting.nix Switches from text-format to formatting (#330) 2018-03-18 22:05:30 -07:00
megaparsec.nix Replace trifecta with megaparsec (#268) 2018-03-27 09:09:20 -07:00
parser-combinators.nix Replace trifecta with megaparsec (#268) 2018-03-27 09:09:20 -07:00
prettyprinter.nix Use the latest prettyprinter library (#287) 2018-02-19 11:05:11 -08:00