Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-26 | Automatically detect Haskell dependencies | Ben Sima | |
This parses the files contents for imports, then uses ghc-pkg to lookup the package that provides the module. Now I can do that analysis in Haskell instead of nix, which is much easier to code with. | |||
2021-11-26 | Comment out broken libfive/inspekt3d | Ben Sima | |
2021-11-26 | Upgrade nixpkgs, add guile 3.0 | Ben Sima | |
2021-11-26 | Upgrade to nixos-21.05 | Ben Sima | |
Getting me closer to the latest GHC. This release also includes my own packages that I submitted some time ago. GHCJS is not present in 21.05 for some reason, but I think it's back in master, so I might do another upgrade soon, but for now I just disabled my GHCJS support. I'm not really using it anyway. I also had to bring it string-quote, update nixos-mailserver, and a few other things. | |||
2021-11-26 | Move Biz/Bild/Rules.nix -> Biz/Bild.nix | Ben Sima | |