Simon Michael
7a1d5e66e5
tools: stop ignoring site/
2022-04-14 10:58:31 -10:00
Arjen Langebaerd
c0fd79a40e
fix: extend application of commodity style to prices (except precision) and make --commodity-style a general flag
2021-09-20 08:55:55 -10:00
Simon Michael
ee73a6aabf
web: --test [-- HSPECARGS] runs the test suite
2020-11-16 14:02:16 -08:00
Simon Michael
ec2a774b18
cli, lib: move functional tests into hledger/test/
2020-11-16 08:47:41 -08:00
Simon Michael
d9738dd633
gitignore
2020-09-22 15:24:37 -07:00
Simon Michael
90b18080b2
;git: ignore lsp/
2020-05-29 19:13:00 -07:00
Simon Michael
945ee14bec
;git: don't ignore scripts in bin/
2020-05-29 18:59:32 -07:00
Simon Michael
643e4f1b90
;site: git ignore the site/ sub-repo
...
[ci skip]
2019-08-26 18:41:43 -07:00
Simon Michael
7dd5475187
gitignore: *.prof [ci skip]
2019-05-03 12:23:20 -07:00
Samuel May
22645881c1
Add upper bound on 'statistics'; broaden .gitignore
...
.gitignore: products of manual cabal builds, and vim temp files
hledger.cabal: *.RootFinding removed from statistics >=0.15 in favor
of that in math-functions >=0.2
2018-10-22 09:51:02 -07:00
Simon Michael
23bdac41d9
csv: merge lucamolteni's cassava/custom separators (squashed) ( #829 )
...
commit 5ba464de76
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Sep 7 17:54:12 2018 +0200
Fix CI 2
commit f060ae9449
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Sep 7 17:30:08 2018 +0200
Fix CI build
commit af0719a33b
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Sep 7 17:19:01 2018 +0200
Fix rebase
commit 1a24ddfa54
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Aug 10 16:25:24 2018 +0200
Fixed some GHC warnings
commit 1ac43398a3
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Aug 10 16:14:49 2018 +0200
Fix .cabal
commit 422456b925
Author: Luca Molteni <volothamp@gmail.com>
Date: Sun Jul 1 22:56:20 2018 +0200
Removed to-do list
commit 1118b762e4
Author: Luca Molteni <volothamp@gmail.com>
Date: Sun Jul 1 22:53:28 2018 +0200
Better test
commit 1146ed0941
Author: Luca Molteni <volothamp@gmail.com>
Date: Sun Jul 1 15:32:28 2018 +0200
Fix parsing
commit 4fc2374b2b
Author: Luca Molteni <volothamp@gmail.com>
Date: Thu Jun 21 22:11:11 2018 +0200
Parsing of separator
commit f7a61737f1
Author: Luca Molteni <volothamp@gmail.com>
Date: Thu Jun 21 14:29:23 2018 +0200
Almost separator in options
commit ac8841cf3b
Author: Luca Molteni <volothamp@gmail.com>
Date: Thu Jun 21 14:16:59 2018 +0200
Separator in parseCSV
commit 92a8b9f6ba
Author: Luca Molteni <volothamp@gmail.com>
Date: Thu Jun 21 13:30:41 2018 +0200
separator option
commit ec417a81ae
Author: Luca Molteni <volothamp@gmail.com>
Date: Thu Jun 21 10:45:26 2018 +0200
Removed one qualified import
commit 8b2f386c2f
Author: Luca Molteni <volothamp@gmail.com>
Date: Wed Jun 20 14:01:12 2018 +0200
Removed string conversions
commit a14d0e099e
Author: Luca Molteni <volothamp@gmail.com>
Date: Wed Jun 20 10:23:20 2018 +0200
custom delimiter in cassava
commit 694d48e2bc
Author: Luca Molteni <volothamp@gmail.com>
Date: Sun Jun 10 17:51:54 2018 +0200
Use Text.getContents - remove UTF-8 compatibility library
commit a7ada2cc60
Author: Luca Molteni <volothamp@gmail.com>
Date: Sun Jun 10 17:49:34 2018 +0200
todo list
commit 58ec47d398
Author: Luca Molteni <volothamp@gmail.com>
Date: Sun Jun 10 17:45:22 2018 +0200
CSV test now has unicode characters
commit b7851e94c3
Author: Luca Molteni <volothamp@gmail.com>
Date: Sun Jun 10 16:59:39 2018 +0200
Use decode from Text
commit 79f59fd28c
Author: Luca Molteni <volothamp@gmail.com>
Date: Sun Jun 10 13:28:57 2018 +0200
Use Text and Lazy Bytestring
commit 470c9bcb8d
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 15:30:22 2018 +0200
Use megaparsec error
commit f978848ba2
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 15:22:07 2018 +0200
Renamed qualify and remove Parsec
commit 152587fde2
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 15:12:36 2018 +0200
Use cassava mega parsec
commit cf281577a3
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 14:01:47 2018 +0200
Removed Data.Vector
commit 1272e8e758
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 12:16:18 2018 +0200
Removed Parsec ParseError
commit ae07f04313
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 12:06:14 2018 +0200
Type sinonim for ParsecError
commit 8e15b253c1
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 11:16:08 2018 +0200
Replaced with typeclasses
commit 1ed46f9c17
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 11:01:33 2018 +0200
Replaced Text/CSV with Cassava
commit 362f4111b5
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 10:34:37 2018 +0200
Use cassava parsin instead of Text/CSV
commit 83e678e371
Author: Luca Molteni <volothamp@gmail.com>
Date: Sat Jun 9 08:22:51 2018 +0200
Text CSV error messages
commit f922df71d2
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Jun 8 21:45:20 2018 +0200
Better types
commit edd130781c
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Jun 8 21:34:59 2018 +0200
Conversion to Text CSV type
commit 0799383214
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Jun 8 16:06:21 2018 +0200
First function with cassava
commit e92aeb151f
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Jun 8 13:47:34 2018 +0200
Added cassava as dependency
commit 5ea005c558
Author: Luca Molteni <volothamp@gmail.com>
Date: Fri Jun 8 13:18:47 2018 +0200
Better .gitignore for multi idea modules
2018-09-07 12:34:51 -07:00
Jacob Weisz
16fe1bcb08
merge gitignore
2018-05-25 20:36:40 -05:00
Everett Hildenbrandt
16200908e8
Shake, tools/pandoc-site.{hs => lua}: switch to building site with Lua filter
2018-05-21 08:35:49 -07:00
Simon Michael
93d2e1b7ac
tools: gitignore updates
2018-02-15 16:30:33 -08:00
Simon Michael
3ccafb596f
tools: refine gitignore, stop ignoring hledger-web js dir
2017-12-22 15:05:44 -08:00
Eli Flanagan
f4e793ea44
ignore aes key
2017-12-22 09:35:31 -08:00
Elijah Caine
3b01146ec4
Added .stack-work/
to .gitignore.
2017-12-14 15:42:48 -08:00
Simon Michael
5bd276d507
tools: gitignore cleanups
2017-04-27 10:49:35 -07:00
Simon Michael
cf74b78064
tools: gitignore cleanups
2017-04-27 09:40:32 -07:00
Simon Michael
00a22792ff
tools: fix gitignore of generated manuals
2017-01-26 11:54:59 -08:00
Simon Michael
34ec7406a1
move add-ons and scripts to bin/
2017-01-08 07:28:23 -08:00
Nolan Darilek
3a48d07f9c
Ignore SPK files.
2016-11-15 14:57:10 -06:00
Simon Michael
16d454c2f1
tools: ignore Shake
2016-10-28 11:33:05 -07:00
Moritz Kiefer
981b6f6594
Add a cabal.project file ( #411 )
2016-10-05 07:15:13 -10:00
Moritz Kiefer
c7cd540bff
Ignore dist-newstyle ( #408 )
2016-10-04 08:11:43 -10:00
Simon Michael
c3326ba943
git: don't ignore filenames beginning with a number
2016-09-21 09:32:54 -07:00
Simon Michael
399d61df53
group related git ignored symlinks
2016-06-01 12:32:37 -07:00
Simon Michael
3d129f6d31
shake: also generate info manuals
2016-04-18 17:54:55 -07:00
Simon Michael
0912d5ebbe
tools: git ignore
2016-02-21 12:43:53 -08:00
Simon Michael
e58cf86cfe
tools: ignore profiling build object files
2015-10-26 06:53:38 -07:00
Nolan Darilek
978987de62
Initial commit.
2015-08-03 15:19:32 -05:00
Simon Michael
2d46ee4448
tools: git ignore everything beginning with . or _
2015-06-28 14:15:37 -07:00
Simon Michael
206887db43
tools: more git ignores
2015-06-25 15:23:44 -07:00
Simon Michael
2df9b84118
tools: git ignore local.mk, and .stack-work
2015-06-17 13:56:58 -07:00
Simon Michael
ec13aae530
git ignore profs, .hpc files
2014-10-31 16:33:55 -07:00
Simon Michael
3ed0ccef0c
doc: move profs/ under doc/
2014-10-31 16:24:58 -07:00
Simon Michael
10fe46d2a8
sort main gitignore
2014-10-31 16:16:41 -07:00
Simon Michael
466c907272
tools: git ignore *.dyn*
2014-06-14 14:33:35 -07:00
Simon Michael
abe819dc83
tools: git ignore test addons
2014-05-09 18:17:45 -07:00
Simon Michael
c4ca7638f9
gitignore updates
2014-01-12 15:15:23 -08:00
Simon Michael
7838811b46
gitignore updates
2014-01-11 21:53:16 -08:00
Simon Michael
d3794ba5b6
.gitignore updates
2014-01-11 20:46:22 -08:00
Marko Kocić
338d0290b4
Add cabal sandbox files to .gitignore
2013-12-17 13:32:30 +01:00
Simon Michael
d46ddb1d71
tools: more ignores
2013-06-24 08:17:44 -07:00
Simon Michael
2204963ace
git ignores
2013-05-28 16:14:52 -07:00
Simon Michael
e30679de6d
tools: more git ignores
2013-05-03 12:00:21 -07:00
Simon Michael
c510f11424
more git ignores
2013-04-09 10:12:50 -07:00
Marko Kocic
f5306d720d
Add .gitignore
2013-04-09 08:56:32 +00:00