Fix typo
Looks like a copy-paste error from the shell config above.
Looks like a copy-paste error from the shell config above.
];
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
flake = pkgs.helloProject.flake {
# This adds support for `nix build .#js-unknown-ghcjs-cabal:hello:exe:hello`
# This adds support for `nix build .#js-unknown-ghcjs:hello:exe:hello`
# crossPlatforms = p: [p.ghcjs];
};
in flake // {
Prevent updating protocol version with `PParamUpdate`
Update tests to check optimization is applied properly
chore: some renames
Signed-off-by: Bassam Riman <[email protected]>