fish: conf.d/cabal-abbr: Add a version of cabal build using --allow-newer

This commit is contained in:
Sanchayan Maity 2023-07-01 12:10:51 +05:30
parent d159850db2
commit 96fe9893a1
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
abbr cbench 'cabal bench --enable-benchmarks'
abbr cbuild 'cabal build --write-ghc-environment-files=always'
abbr cbuildn 'cabal build --write-ghc-environment-files=always --allow-newer'
abbr cwipe 'cabal clean'
abbr cclean 'cabal-clean'
abbr cdel 'cabal-clean --delete'