mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-12-01 14:34:56 +03:00
use v2 instead of new for cabal instructions
This commit is contained in:
parent
5b245af171
commit
49e12cfdce
@ -176,7 +176,7 @@ For incremental building, first make a Cabal file with the above command, then u
|
||||
```
|
||||
nix run nixpkgs.haskellPackages.hpack -c hpack && nix run nixpkgs.cabal2nix -c cabal2nix --hpack . > nixpkgs-update.nix
|
||||
nix-shell
|
||||
cabal new-repl
|
||||
cabal v2-repl
|
||||
```
|
||||
|
||||
Run a type checker in the background for quicker type checking feedback:
|
||||
|
Loading…
Reference in New Issue
Block a user