Run cabal update before building in Arch
This commit is contained in:
parent
01c49a8ff2
commit
d969c6ffc7
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ md5sums=('881e1e021b6cc0e95cdbda952520d059')
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
cd tazjin-*
|
cd tazjin-*
|
||||||
|
|
||||||
|
cabal update
|
||||||
cabal sandbox init
|
cabal sandbox init
|
||||||
cabal install -j --only-dependencies
|
cabal install -j --only-dependencies
|
||||||
cabal build
|
cabal build
|
||||||
|
|
Loading…
Reference in a new issue