Commit Graph

1106 Commits

Author SHA1 Message Date
marko.kocic
f51083c1ff Hlint: Error: Use fewer imports 2009-09-22 12:26:26 +00:00
marko.kocic
efa31c05b9 Hlint: Error: Use mapM 2009-09-22 12:30:17 +00:00
marko.kocic
d0baf650f2 Hlint: Error: Use mapMaybe 2009-09-22 12:35:31 +00:00
marko.kocic
52e167f5e4 Hlint: Error: Use notElem 2009-09-22 12:38:18 +00:00
marko.kocic
469550b640 Hlint: Error: Use uncurry 2009-09-22 12:40:12 +00:00
marko.kocic
1e6f38eb41 Hlint: Error: Use unless 2009-09-22 12:43:30 +00:00
Simon Michael
590bf8eeaa makefile: avoid lower-case test source files 2009-09-23 14:49:04 +00:00
marko.kocic
8414f06416 Hlint: Warning: Use liftM 2009-09-23 09:35:50 +00:00
marko.kocic
d6393f5f63 Hlint: Warning: Use list comprehension 2009-09-23 09:45:39 +00:00
marko.kocic
fd0969ad67 Hlint: Warning: Use list literal 2009-09-23 09:48:14 +00:00
marko.kocic
1690de8d00 Hlint: Warning: Use string literal 2009-09-23 09:56:17 +00:00
Simon Michael
d8ec35a8ce additional cleanup following hlint use-string-literal 2009-09-23 17:39:38 +00:00
Simon Michael
20878df544 hlint: use getContents 2009-09-23 17:43:23 +00:00
Simon Michael
a8e510d789 tighten up some imports 2009-07-09 19:03:08 +00:00
Simon Michael
c9cb3d4399 hlint: use on 2009-09-23 17:59:24 +00:00
Simon Michael
6a4dcf1c68 hlint: ignore use camelCase for now 2009-09-23 18:06:28 +00:00
Simon Michael
7bd8800c74 set up custom hlint hints 2009-09-23 17:56:15 +00:00
Simon Michael
64d438215a "make hlint" generates a hlint report 2009-09-23 15:00:24 +00:00
Simon Michael
092c9ad7a7 web: change probably misleading startup message 2009-09-23 22:33:19 +00:00
Simon Michael
bb50382446 web: interim port fix, use port 5000 as before 2009-09-23 23:17:29 +00:00
Simon Michael
7b1458c9a5 don't break if HOME is undefined 2009-11-19 01:48:37 +00:00
Simon Michael
26848584ee fix a warning 2009-11-19 02:00:48 +00:00
Simon Michael
042a2ad45e allow (and ignore) a time in price records 2009-11-19 02:02:12 +00:00
Simon Michael
b0b3d70f9d require the safe package 2009-11-18 07:28:01 +00:00
Simon Michael
fc117d504c web: call print command "journal", make it default; hide histogram command 2009-11-19 19:15:33 +00:00
Simon Michael
6d931ce54d web: quick fix for bad localhost redirect 2009-09-23 22:32:52 +00:00
Simon Michael
40f61be1e3 web: several tweaks 2009-09-23 23:36:37 +00:00
Simon Michael
70e33a5fdf web: allow arbitrary commodities and an implicit second amount in add form 2009-11-19 19:18:29 +00:00
Simon Michael
34019d5973 fix ghc warnings in new web code 2009-09-23 22:24:38 +00:00
Simon Michael
0ddd3ca05a web: support full date syntax in add form 2009-11-19 20:43:06 +00:00
Simon Michael
37f08a35c0 register: refactor layout code 2009-11-25 06:13:35 +00:00
Simon Michael
73bc81cd7e add missing test runner 2009-11-25 11:30:50 +00:00
Simon Michael
715a2b7f22 note an issue with standalone test runner, make unittest uses the built-in test runner again 2009-11-25 11:41:25 +00:00
Simon Michael
984da9c504 balance, register: don't show amount prices any more, like c++ ledger
Note print still shows all amount prices, unlike ledger (and supports -B);
it looks useful.
2009-11-25 12:21:38 +00:00
Simon Michael
f924cbbd4a docs: typo 2009-11-25 13:55:11 +00:00
Simon Michael
17da24710a docs: update amount haddock 2009-11-25 13:31:08 +00:00
Simon Michael
8b47aeb146 ui: fix -fvty build error 2009-11-25 15:33:41 +00:00
Simon Michael
92c87f088a docs: updates 2009-11-25 17:44:51 +00:00
Simon Michael
48f6e03325 docs: haddock fixes 2009-11-25 12:57:30 +00:00
Simon Michael
5cfc8cf630 fix a tricky mixedamount arithmetic bug 2009-11-25 19:42:13 +00:00
Simon Michael
ef3b5ab98d return non-zero exit code on parse failure 2009-11-25 19:56:51 +00:00
Simon Michael
b683ca8e40 update tests for latest shelltestrunner 2009-07-15 14:52:54 +00:00
marko.kocic
4407b6c59d Hlint: Warning: Use if 2009-09-23 09:29:31 +00:00
marko.kocic
96aa730951 Hlint: Error: Monad law, left identity 2009-09-22 10:46:03 +00:00
Simon Michael
c06580ff2a print: show end of line comments; all tests now passing 2009-11-25 21:51:31 +00:00
marko.kocic
c6eac33d32 Hlint: Warning: Use : 2009-09-23 09:22:53 +00:00
Simon Michael
1bac7a92af don't separate differently-priced amounts any more; support for showing amounts without prices 2009-11-25 12:19:02 +00:00
Simon Michael
53b7962658 fix all recently-broken tests 2009-11-25 12:21:59 +00:00
Simon Michael
cb89dd2b94 test for unimplemented "infer prices while balancing two commodities" 2009-11-25 20:04:17 +00:00
Simon Michael
abb0f21f3f note additional dev dependencies 2009-11-28 14:49:56 +00:00