Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fc2f4d018f 
							
						 
					 
					
						
						
							
							;remove more traces of hledger-api  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-09-10 20:12:38 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							499e20c0b2 
							
						 
					 
					
						
						
							
							lib, cli, ui: start using Control.Monad.Fail, allow base-compat 0.11  
						
						... 
						
						
						
						fail is moving out of Monad and into it's own MonadFail class.
This will be enforced in GHC 8.8 (I think).
base-compat/base-compat-batteries 0.11.0 have adapted to this,
and are approaching stackage nightly
(https://github.com/commercialhaskell/stackage/issues/4802 ).
hledger is now ready to build with base-compat-batteries 0.11.0, once
all of our deps do (eg aeson). We are still compatible with the older
0.10.x and GHC 7.10.3 as well.
For now we are using both fails:
- new fail (from Control.Monad.Fail), used in our parsers, imported
  via base-compat-batteries Control.Monad.Fail.Compat to work with
  older GHC versions.
- old fail (from GHC.Base, exported by Prelude, Control.Monad,
  Control.Monad.State.Strict, Prelude.Compat, ...), used in easytest's
  Test, since I couldn't find their existing fail implementation to update.
To reduce (my) confusion, these are imported carefully, consistently,
and qualified everywhere as Fail.fail and Prelude.fail, with clashing
re-exports suppressed, like so:
import Prelude hiding (fail)
import qualified Prelude (fail)
import Control.Monad.State.Strict hiding (fail)
import "base-compat-batteries" Prelude.Compat hiding (fail)
import qualified "base-compat-batteries" Control.Monad.Fail.Compat as Fail 
						
					 
					
						2019-09-08 17:13:47 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							32154131c9 
							
						 
					 
					
						
						
							
							;stack: bump default snapshot to lts-14.4  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-09-01 08:53:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ff481e88c0 
							
						 
					 
					
						
						
							
							stack: stop building hledger-api  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-08-16 16:22:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ccc437664d 
							
						 
					 
					
						
						
							
							stack: bump to lts-14.1  
						
						
						
					 
					
						2019-08-16 15:58:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							875e85ad36 
							
						 
					 
					
						
						
							
							;stack: bump to latest nightly & brick  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-07-26 10:51:41 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							49523b1611 
							
						 
					 
					
						
						
							
							;stack: bump to latest nightly snapshot  
						
						
						
					 
					
						2019-07-24 18:12:54 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							827c9b7af5 
							
						 
					 
					
						
						
							
							stack: update deps, fix build of hledger-ui ( #1071 )  
						
						
						
					 
					
						2019-07-24 18:12:54 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7b68b2b89a 
							
						 
					 
					
						
						
							
							;web: drop obsolete unix-time workaround, use latest ( #1039 )  
						
						... 
						
						
						
						0.4.7 is in lts and nightly stackage now, and has more windows fixes.
[ci skip] 
						
					 
					
						2019-07-12 23:24:10 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							23a7787ac4 
							
						 
					 
					
						
						
							
							;stack: bump to latest lts-13  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-07-09 16:10:45 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							52bab5c41a 
							
						 
					 
					
						
						
							
							;stack: try dropping haskell-src-exts workaround  
						
						... 
						
						
						
						(commercialhaskell/stack#3922 ) 
						
					 
					
						2019-06-13 16:26:09 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							755932bbc5 
							
						 
					 
					
						
						
							
							;deps: use unix-time release instead of github rev  
						
						
						
					 
					
						2019-06-13 16:26:09 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e5ba87b83e 
							
						 
					 
					
						
						
							
							;stack: update to latest LTS snapshot/GHC 8.6.5  
						
						
						
					 
					
						2019-06-13 16:26:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9b3fc067ea 
							
						 
					 
					
						
						
							
							web: try requiring unreleased unix-time for windows 7 ( #1039 )  
						
						
						
					 
					
						2019-06-09 15:43:16 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fca14ace98 
							
						 
					 
					
						
						
							
							bump default stack.yaml to nightly-2019-03-09 / ghc 8.6.4  
						
						
						
					 
					
						2019-03-09 15:27:34 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d9f3406042 
							
						 
					 
					
						
						
							
							stack: bump to latest nightly  
						
						
						
					 
					
						2019-01-05 07:35:54 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0d5414b6b8 
							
						 
					 
					
						
						
							
							stack: build with latest nightly by default  
						
						
						
					 
					
						2018-12-31 10:09:18 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a7bf73ec3a 
							
						 
					 
					
						
						
							
							stack: update default stack.yaml to latest nightly  
						
						
						
					 
					
						2018-12-10 10:53:10 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3a5df72331 
							
						 
					 
					
						
						
							
							roi: use math-functions lib instead of old statistics version  
						
						
						
					 
					
						2018-12-03 15:51:29 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							309a77d03e 
							
						 
					 
					
						
						
							
							stack: update stack.yaml for latest stackage nightly/GHC 8.6.2  
						
						
						
					 
					
						2018-11-23 16:07:56 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							62ced48ce7 
							
						 
					 
					
						
						
							
							use easytest 0.2.1 ( #883 )  
						
						
						
					 
					
						2018-10-24 12:30:30 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7750bbaa36 
							
						 
					 
					
						
						
							
							stack: build with ghc 8.6 & latest nightly by default  
						
						
						
					 
					
						2018-10-24 10:35:12 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fbf984e2de 
							
						 
					 
					
						
						
							
							stack: update/rename ghc 8.4 config  
						
						
						
					 
					
						2018-10-24 10:35:12 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							3d2584d869 
							
						 
					 
					
						
						
							
							lib: switch to megaparsec 7  
						
						
						
					 
					
						2018-09-30 20:15:12 -06:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							23bdac41d9 
							
						 
					 
					
						
						
							
							csv: merge lucamolteni's cassava/custom separators (squashed) ( #829 )  
						
						... 
						
						
						
						commit 5ba464de761b298e50d57a8b7d14bc28adb30d5d
Author: Luca Molteni <volothamp@gmail.com>
Date:   Fri Sep 7 17:54:12 2018 +0200
    Fix CI 2
commit f060ae9449f4b61a915b0ed4629fc1ba9b66fb4a
Author: Luca Molteni <volothamp@gmail.com>
Date:   Fri Sep 7 17:30:08 2018 +0200
    Fix CI build
commit af0719a33b9b72ad244ae80198d881a1f7145e9d
Author: Luca Molteni <volothamp@gmail.com>
Date:   Fri Sep 7 17:19:01 2018 +0200
    Fix rebase
commit 1a24ddfa54dfb4ff1326e1a51005ffa82d3dc3c8
Author: Luca Molteni <volothamp@gmail.com>
Date:   Fri Aug 10 16:25:24 2018 +0200
    Fixed some GHC warnings
commit 1ac43398a359b5925ef71f53347698f1c6c510ef
Author: Luca Molteni <volothamp@gmail.com>
Date:   Fri Aug 10 16:14:49 2018 +0200
    Fix .cabal
commit 422456b925d8aa4ab3e869f51e98c2b1c3dcde0a
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sun Jul 1 22:56:20 2018 +0200
    Removed to-do list
commit 1118b762e4fd15c4fe7ba48ba86676706ea3a5a5
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sun Jul 1 22:53:28 2018 +0200
    Better test
commit 1146ed0941655668bf7684f18aa15c5f4b9b20c2
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sun Jul 1 15:32:28 2018 +0200
    Fix parsing
commit 4fc2374b2b81802990da30c96756aab54d77399c
Author: Luca Molteni <volothamp@gmail.com>
Date:   Thu Jun 21 22:11:11 2018 +0200
    Parsing of separator
commit f7a61737f1ad4460ba20ca9b2e86eb21468abb33
Author: Luca Molteni <volothamp@gmail.com>
Date:   Thu Jun 21 14:29:23 2018 +0200
    Almost separator in options
commit ac8841cf3b9c80914bc3271ad9b9ff4ae9ba48a7
Author: Luca Molteni <volothamp@gmail.com>
Date:   Thu Jun 21 14:16:59 2018 +0200
    Separator in parseCSV
commit 92a8b9f6ba77ea4237f769641e03029ac88542ea
Author: Luca Molteni <volothamp@gmail.com>
Date:   Thu Jun 21 13:30:41 2018 +0200
    separator option
commit ec417a81ae625647cf35e61776cdf02bdb2c6aea
Author: Luca Molteni <volothamp@gmail.com>
Date:   Thu Jun 21 10:45:26 2018 +0200
    Removed one qualified import
commit 8b2f386c2f780adcd34cff3de7edceacc1d325a7
Author: Luca Molteni <volothamp@gmail.com>
Date:   Wed Jun 20 14:01:12 2018 +0200
    Removed string conversions
commit a14d0e099e28a286bb81770cfc9cb8f5c7e5cf1f
Author: Luca Molteni <volothamp@gmail.com>
Date:   Wed Jun 20 10:23:20 2018 +0200
    custom delimiter in cassava
commit 694d48e2bc1ada0037b90367c017f3082f68ed45
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sun Jun 10 17:51:54 2018 +0200
    Use Text.getContents - remove UTF-8 compatibility library
commit a7ada2cc60033ebdd796ca34cc2ec69a4f387843
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sun Jun 10 17:49:34 2018 +0200
    todo list
commit 58ec47d3987909f6bace50e3e647e30dadd5bf03
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sun Jun 10 17:45:22 2018 +0200
    CSV test now has unicode characters
commit b7851e94c3f1683b63ec7250a12bcde3b7bed691
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sun Jun 10 16:59:39 2018 +0200
    Use decode from Text
commit 79f59fd28ccaca08fcd718fcd8d00b1c1d65d7e1
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sun Jun 10 13:28:57 2018 +0200
    Use Text and Lazy Bytestring
commit 470c9bcb8dc00669beb4ef0303a1e7d9f7aecc89
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 15:30:22 2018 +0200
    Use megaparsec error
commit f978848ba249ef4f67b855bea5d4e549290c205c
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 15:22:07 2018 +0200
    Renamed qualify and remove Parsec
commit 152587fde204c43a55798d212e43f37cd3038c2e
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 15:12:36 2018 +0200
    Use cassava mega parsec
commit cf281577a3d3a071196484a6fc8485f2ea1f7d67
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 14:01:47 2018 +0200
    Removed Data.Vector
commit 1272e8e758369d8cc5778029a705b277355a5029
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 12:16:18 2018 +0200
    Removed Parsec ParseError
commit ae07f043135a19307fd65b281ade37a74c76acb2
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 12:06:14 2018 +0200
    Type sinonim for ParsecError
commit 8e15b253c11bd1c0c35a7641aeb18aa54e0ba9b0
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 11:16:08 2018 +0200
    Replaced with typeclasses
commit 1ed46f9c175603611325f3d377004e4b85f29377
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 11:01:33 2018 +0200
    Replaced Text/CSV with Cassava
commit 362f4111b5854145703174b976fc7acbd71b8783
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 10:34:37 2018 +0200
    Use cassava parsin instead of Text/CSV
commit 83e678e371618687cf7c15a4e2cfa67f570b6b64
Author: Luca Molteni <volothamp@gmail.com>
Date:   Sat Jun 9 08:22:51 2018 +0200
    Text CSV error messages
commit f922df71d274beeacab9fb2530b16c97f005cc08
Author: Luca Molteni <volothamp@gmail.com>
Date:   Fri Jun 8 21:45:20 2018 +0200
    Better types
commit edd130781c84790a53bff2283e6041eb8232e7cf
Author: Luca Molteni <volothamp@gmail.com>
Date:   Fri Jun 8 21:34:59 2018 +0200
    Conversion to Text CSV type
commit 0799383214483018ad2d977a3c8022414959c2b2
Author: Luca Molteni <volothamp@gmail.com>
Date:   Fri Jun 8 16:06:21 2018 +0200
    First function with cassava
commit e92aeb151ff527b383ff3d0ced7764e81b71af82
Author: Luca Molteni <volothamp@gmail.com>
Date:   Fri Jun 8 13:47:34 2018 +0200
    Added cassava as dependency
commit 5ea005c558a3939af7e5f0cd735a9b4da931228e
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 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4ac46489fe 
							
						 
					 
					
						
						
							
							stack: bump to latest nightly resolver  
						
						
						
					 
					
						2018-07-10 07:50:12 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ea52c3d620 
							
						 
					 
					
						
						
							
							ui: restore support for fsnotify 0.2.1.2, as well as 0.3.x ( #833 )  
						
						... 
						
						
						
						For easier stackage entry. 
						
					 
					
						2018-07-03 12:50:51 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							305f208862 
							
						 
					 
					
						
						
							
							stack: remove obsolete extra deps  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-06-07 13:19:08 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							236101e31a 
							
						 
					 
					
						
						
							
							ui: support/require fsnotify 0.3.0.1+  
						
						... 
						
						
						
						The api has changed, it supports directory events, and might be more robust. 
						
					 
					
						2018-06-05 06:41:13 -07:00 
						 
				 
			
				
					
						
							
							
								Peter Simons 
							
						 
					 
					
						
						
						
						
							
						
						
							7876d3a4ef 
							
						 
					 
					
						
						
							
							stack.yaml: update nightly to latest snapshot  
						
						... 
						
						
						
						- We need base-compat 0.10.x.
 - The new snapshot includes the servant packages we require. 
						
					 
					
						2018-06-04 21:00:57 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fd1b98b347 
							
						 
					 
					
						
						
							
							appveyor: see if pretty-show workaround still needed  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-04-27 11:07:42 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							549a4d30f5 
							
						 
					 
					
						
						
							
							appveyor: try workaround for pretty-show failure, 2nd attempt  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-04-26 12:18:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							af50767743 
							
						 
					 
					
						
						
							
							appveyor: try workaround for pretty-show failure  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-04-26 12:11:03 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8650b7042d 
							
						 
					 
					
						
						
							
							stack: bump default snapshot to latest nightly/ghc-8.4.2  
						
						
						
					 
					
						2018-04-25 08:52:24 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7e8f9cde79 
							
						 
					 
					
						
						
							
							stack: bump to latest nightly  
						
						
						
					 
					
						2018-04-08 17:54:11 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5468a26345 
							
						 
					 
					
						
						
							
							ui: can build with stackage ghc 8.4 nightlies again  
						
						
						
					 
					
						2018-04-08 17:53:23 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							28a8b55f4e 
							
						 
					 
					
						
						
							
							move non-portable file warning to package  
						
						
						
					 
					
						2018-03-26 01:04:58 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ee3a06e569 
							
						 
					 
					
						
						
							
							stack: updates, fix tests, silence non-portable file warning  
						
						
						
					 
					
						2018-03-25 23:20:58 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1d0f94145d 
							
						 
					 
					
						
						
							
							stack: hledger-ui won't build on linux, disable for now  
						
						
						
					 
					
						2018-03-25 02:20:53 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3b4313c883 
							
						 
					 
					
						
						
							
							stack: add hinotify for hledger-ui on linux  
						
						
						
					 
					
						2018-03-25 02:04:44 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							689434b1f6 
							
						 
					 
					
						
						
							
							stack: re-enable hledger-api  
						
						
						
					 
					
						2018-03-24 22:53:51 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							47615c8af8 
							
						 
					 
					
						
						
							
							stack: use newer brick just in case  
						
						
						
					 
					
						2018-03-24 17:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e6583a2925 
							
						 
					 
					
						
						
							
							stack: re-enable hledger-web  
						
						
						
					 
					
						2018-03-24 17:23:15 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							02055fcad5 
							
						 
					 
					
						
						
							
							stack: make latest nightly/ghc 8.4 the default  
						
						
						
					 
					
						2018-03-24 16:06:20 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							60ea1151ad 
							
						 
					 
					
						
						
							
							rename stack.yaml files  
						
						
						
					 
					
						2018-03-24 15:47:06 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							552fd50af9 
							
						 
					 
					
						
						
							
							stack: bump default resolver to latest nightly again ( #717 )  
						
						
						
					 
					
						2018-03-12 03:41:26 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6aa35b5cb8 
							
						 
					 
					
						
						
							
							lib: move easytest tests to lib, depend on released version  
						
						
						
					 
					
						2018-03-05 17:27:13 -08:00 
						 
				 
			
				
					
						
							
							
								Eli Flanagan 
							
						 
					 
					
						
						
						
						
							
						
						
							9f2e75d166 
							
						 
					 
					
						
						
							
							ensure stack's nix config works on nixos  
						
						
						
					 
					
						2018-03-05 08:15:31 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2f87657185 
							
						 
					 
					
						
						
							
							tools: travis: try to fix github dep on travis  
						
						
						
					 
					
						2018-02-15 17:39:42 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9a5d9c6235 
							
						 
					 
					
						
						
							
							tools: add easytest (github) as an extra dep, for experiments  
						
						
						
					 
					
						2018-02-15 16:30:50 -08:00