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
|
@ -14,6 +14,7 @@ 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