hnix/src/Nix
2018-04-23 16:39:37 -07:00
..
Expr Move nNull into Annotated.hs 2018-04-21 22:16:32 -07:00
Parser Fix typo 2018-04-16 22:35:21 -07:00
Type Add support for building with GHC 8.4.1, also on Travis 2018-04-23 16:39:37 -07:00
Atoms.hs Add more instances to Atoms and Expr.Types 2018-04-17 12:53:41 -07:00
Builtins.hs Merge pull request #191 from mightybyte/sort-builtins 2018-04-23 10:08:45 -07:00
Cache.hs Move the caching support code into its own Nix.Cache module 2018-04-11 20:21:02 -07:00
Context.hs Use verbosity to control how much is displayed in error messages 2018-04-17 17:25:59 -07:00
Convert.hs Track value provenance during evaluation 2018-04-22 14:33:38 -07:00
Effects.hs Implement builtins.fetchTarball at the moment by calling nix-instantiate 2018-04-11 13:56:18 -07:00
Eval.hs Improve printing of provenance information, add more info 2018-04-23 10:06:49 -07:00
Exec.hs Record contextual provenance more fully in some places 2018-04-23 10:18:47 -07:00
Expr.hs Commit the src/ directory 2018-04-07 12:02:50 -07:00
Lint.hs Merge Nix.Trace and Nix.Reduce into Nix.Reduce 2018-04-21 10:28:09 -07:00
Normal.hs Track value provenance during evaluation 2018-04-22 14:33:38 -07:00
Options.hs Move production of a reduced test case to --reduce, improve --trace 2018-04-20 22:36:40 -07:00
Parser.hs Parser: support tilde in paths 2018-04-21 11:47:57 +05:30
Pretty.hs Improve printing of provenance information, add more info 2018-04-23 10:06:49 -07:00
Reduce.hs Move nNull into Annotated.hs 2018-04-21 22:16:32 -07:00
Scope.hs Move handling of with statements into MonadEval 2018-04-11 11:53:30 -07:00
Stack.hs Move production of a reduced test case to --reduce, improve --trace 2018-04-20 22:36:40 -07:00
Stack.hs-boot Use verbosity to control how much is displayed in error messages 2018-04-17 17:25:59 -07:00
Strings.hs Rename Nix.StringOperations to Nix.Strings 2018-04-20 17:05:21 -07:00
TH.hs All is building with Megaparsec now, but many parsing tests fail 2018-04-09 17:12:16 -07:00
Thunk.hs Add another functional dependency to MonadThunk 2018-04-21 18:17:53 -07:00
Utils.hs Move production of a reduced test case to --reduce, improve --trace 2018-04-20 22:36:40 -07:00
Value.hs Record contextual provenance more fully in some places 2018-04-23 10:18:47 -07:00
XML.hs Track value provenance during evaluation 2018-04-22 14:33:38 -07:00