1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-10-06 01:47:10 +03:00
ormolu/tests
Utku Demir b6c29bdf12 Handle OPTIONS_GHC and OPTIONS_HADDOCK pragmas
This change adds an ad-hoc parser for module pragmas to handle
OPTIONS_* pragmas. I did not want to use an existing tokenizer,
because I felt like tokenizing and pretty printing the GHC options
are more prone to error without providing much benefit.
2019-08-11 16:04:42 +02:00
..
Ormolu Handle OPTIONS_GHC and OPTIONS_HADDOCK pragmas 2019-08-11 16:04:42 +02:00
Spec.hs Implement pretty printing combinators 2019-01-28 19:26:13 +01:00