Commit Graph

15 Commits

Author SHA1 Message Date
Richard Marko b84f4f6c19 repl: Support loading .hnixrc from current directory 2020-07-04 18:42:16 +02:00
Richard Marko 704323ecd6 Add cabal.project, only .gitignore cabal.project.local
This prevents accidental surprises like the one I've managed to hit
today - `git worktree add master` and building in master directory
tries to look-up `cabal.project` but only discovers one in parent
directory and starts reusing `dist-newstyle` for the build.

Better to have this explicit which devs can also use as a template to
add other temporary deps.
2020-06-27 23:25:16 +03:00
Emmanuel Denloye-Ito 586f1de62d Less than test (#461)
References issue #438 

Co-authored-by: John Wiegley <johnw@newartisans.com>
2019-03-10 11:16:36 -07:00
John Wiegley 977d0de913
Add cabal.project* to gitignore 2019-03-10 08:37:36 -07:00
John Wiegley 9e768a72d7
Reformat ignore files 2018-05-13 14:31:22 -07:00
John Wiegley c4127b6067
Add another entry to .gitignore 2018-05-09 01:43:52 -07:00
John Wiegley 89082083ff
Add nix/, created during testing, to .gitignore 2018-05-09 01:25:12 -07:00
John Wiegley 99189e9536 The basic REPL now works; doesn't allow establishing definitions yet 2018-04-12 16:46:34 -07:00
Ryan Trinkle 4c10e6333d Add some things to .gitignore 2018-03-30 13:07:40 -04:00
John Wiegley 8b47c8b143 Add back *.nix files for the sake of Travis 2018-01-22 18:38:04 -08:00
John Wiegley 41f631730c Add Makefile and .gitignore 2018-01-22 11:52:22 -08:00
Allen Nelson 50a3d0d0db make tests pass 2016-01-23 15:51:34 -06:00
Allen Nelson 1448d3400a adding OverloadedStrings extension, hiding conflicting <$> operator 2015-06-23 11:22:51 -05:00
John Wiegley 682f039023 Switch to a Parsec expression table 2014-07-01 03:11:26 -05:00
John Wiegley 9b12ebf081 Break up Parser.hs, make use of Parsec optional 2014-06-30 23:12:18 -05:00