fish: conf.d/cabal-abbr: Add a version of cabal build using --allow-newer
This commit is contained in:
parent
d159850db2
commit
96fe9893a1
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
abbr cbench 'cabal bench --enable-benchmarks'
|
abbr cbench 'cabal bench --enable-benchmarks'
|
||||||
abbr cbuild 'cabal build --write-ghc-environment-files=always'
|
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 cwipe 'cabal clean'
|
||||||
abbr cclean 'cabal-clean'
|
abbr cclean 'cabal-clean'
|
||||||
abbr cdel 'cabal-clean --delete'
|
abbr cdel 'cabal-clean --delete'
|
||||||
|
|
Loading…
Reference in a new issue