Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |