Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-06 | T.P.App: extract Opt into separate module | Albert Krewinkel | 1 | -177/+2 | |
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 | 1 | -3/+2 | |
2018-11-03 | App: extract command line options to separate module | Albert Krewinkel | 1 | -0/+1091 | |