BSD-3-Clause licensed by Michael D. Adams <http://michaeldadams.org/>
This version can be pinned in stack with:indentation-parsec-0.0.0.2@sha256:1337cbfc8868e169dbe9b093f6bf6122e059f33eb5c8029a33cf413d6374a3c8,2568

Module documentation for 0.0.0.2

Indentation sensitive parsing combinators for Parsec

See

Michael D. Adams and Ömer S. Ağacan. Indentation-sensitive parsing for Parsec. In Proceedings of the 2014 ACM SIGPLAN Symposium on Haskell, Haskell ’14, pages 121–132. ACM, New York, NY, USA, September 2014. ISBN 978-1-4503-3041-1. doi:10.1145/2633357.2633369.

This package provides indentation combinators for Parsec. For Trifecta, install indentation-trifecta. For backward compatability or to install both, install indentation.

Changes

0.0.0.2

  • Bump base bounds to support GHC 8.6.1 (and 8.4.3)

0.0.0.1

  • Bump base bounds to support GHC 8.2.1

0.0

  • Split indentation into separate indentation-core, indentation-parsec and indentation-trifecta packages. Keep the original indentation for backward compatability and as a general roll-up package.