Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-31 | Allow '-' in filenames for custom lua writers. | John MacFarlane | 1 | -2/+3 | |
Closes #5187. | |||||
2018-12-31 | Removed obsolete and misleading comment. | John MacFarlane | 1 | -1/+0 | |
2018-11-07 | T.P.App: fix regression in output format heuristics | Albert Krewinkel | 1 | -47/+5 | |
This fix is necessary due to a rebasing error introduced in commit 418bd42df85b93016e50ba48042804e8f51341b5 | |||||
2018-11-07 | T.P.App: extract submodule T.P.App.FormatHeuristics | Albert Krewinkel | 1 | -0/+94 | |
Format guessing is used for input and output options and should be shared. | |||||
2018-11-06 | T.P.App: extract Opt into separate module | Albert Krewinkel | 3 | -178/+225 | |
The new Opt module has only a few dependencies. This is important for compile-times during development, as Template Haskell containing modules are be recompiled whenever a (transitive) dependency changes. | |||||
2018-11-04 | Add cabal flag `derive_json_via_th` | Albert Krewinkel | 1 | -2/+20 | |
Disabling the flag will cause derivation of ToJSON and FromJSON instances via GHC Generics instead of Template Haskell. The flag is enabled by default, as deriving via Generics can be slow (see #4083). | |||||
2018-11-03 | App: extract output settings into module | Albert Krewinkel | 2 | -3/+319 | |
2018-11-03 | App: extract command line options to separate module | Albert Krewinkel | 1 | -0/+1091 | |