Reformat using ormolu.
Dependencies
- [2]
4WBBSPHBAvoid divisions by zero & display depreciated time shares. - [3]
SOIAMXLWBuild versioned docker images. - [4]
M4PWY5RUPreliminary work to add support for Zcash payments. - [5]
U7YAT2ZKAdd error reporting to signup form. - [6]
CI4OPKQMAdd payouts spec. - [7]
B6HWAPDPModularize & update to recent haskoin. - [8]
W3PIWHDKFix logged hours display error. - [9]
X3ES7NUAFine. I'll use ormolu. At least it doesn't break the code. - [10]
DZ7G36NCAllow first-revenue cutoff for depreciation. - [11]
46PUXHTYImplement project invitations. - [12]
7HPY3QPFFix linting errors. (yay hlint!) - [*]
NVOCQVASInitial failing tests. - [*]
PBD7LZYQPostgres & auth are beginning to function. - [*]
LEINLS3XUpdate deployment documentation.
Change contents
- edit in test/Aftok/TimeLogSpec.hs at line 25
import qualified Data.UUID as U - edit in test/Aftok/TimeLogSpec.hs at line 26
import qualified Data.UUID as U - replacement in test/Aftok/TimeLogSpec.hs at line 139
raw = [("b3ff64b7-6699-45f2-acee-38751325bf46", StartWork, "2021-02-09T15:52:13.434308+00"),("b3ff64b7-6699-45f2-acee-38751325bf46", StopWork, "2021-02-09T16:12:32.936579+00"),("d56ae5bd-8892-44c6-9a02-f6a8aca8636e", StartWork, "2021-02-09T16:23:10.637749+00"),("d56ae5bd-8892-44c6-9a02-f6a8aca8636e", StopWork, "2021-02-09T16:27:00.082747+00"),("d56ae5bd-8892-44c6-9a02-f6a8aca8636e", StartWork, "2021-02-09T16:29:10.119337+00"),("d56ae5bd-8892-44c6-9a02-f6a8aca8636e", StopWork, "2021-02-09T18:54:26.778107+00")]raw =[ ("b3ff64b7-6699-45f2-acee-38751325bf46", StartWork, "2021-02-09T15:52:13.434308+00"),("b3ff64b7-6699-45f2-acee-38751325bf46", StopWork, "2021-02-09T16:12:32.936579+00"),("d56ae5bd-8892-44c6-9a02-f6a8aca8636e", StartWork, "2021-02-09T16:23:10.637749+00"),("d56ae5bd-8892-44c6-9a02-f6a8aca8636e", StopWork, "2021-02-09T16:27:00.082747+00"),("d56ae5bd-8892-44c6-9a02-f6a8aca8636e", StartWork, "2021-02-09T16:29:10.119337+00"),("d56ae5bd-8892-44c6-9a02-f6a8aca8636e", StopWork, "2021-02-09T18:54:26.778107+00")] - replacement in test/Aftok/TimeLogSpec.hs at line 150
<*> (f . C.toThyme <$> parseISO8601 t)<*> pure Nothing<*> (f . C.toThyme <$> parseISO8601 t)<*> pure Nothing - edit in test/Aftok/TimeLogSpec.hs at line 156
- edit in server/Aftok/Snaplet/Projects.hs at line 38
wsLogged, - edit in server/Aftok/Snaplet/Projects.hs at line 39
wsLogged, - replacement in lib/Aftok/TimeLog.hs at line 203
t & wsShare .~ (if totalTime == 0then 0else (C.toSeconds (t ^. wsDepreciated) / C.toSeconds totalTime))t & wsShare.~ ( if totalTime == 0then 0else (C.toSeconds (t ^. wsDepreciated) / C.toSeconds totalTime)) - replacement in Makefile at line 4
ormolu --mode inplace $(find lib server daemon test -name '*.hs')ormolu --mode inplace $(shell find lib server daemon test -name '*.hs')