Skip to content

Commit

Permalink
cabal-install: do a cabal update
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
simonmichael committed Feb 17, 2018
1 parent dba8eeb commit 55e356d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cabal-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Install all hledger packages using cabal (if you prefer it to stack).
# cabal.project may be a newer way.

# Ensure cabal sees the latest available packages
cabal update

# Make a local sandbox - optional, recommended for reliable installs
cabal sandbox init

Expand Down

0 comments on commit 55e356d

Please sign in to comment.