circleci: fix typo.
This commit is contained in:
parent
06f2bb02ad
commit
dab896720c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ commands:
|
|||
- *restore
|
||||
- run:
|
||||
name: install ghc
|
||||
command: apt-get install -y ghc-<< paramaters.ghcversion >>
|
||||
command: apt-get install -y ghc-<< parameters.ghcversion >>
|
||||
- run: |
|
||||
set -e
|
||||
apt-get install -y cabal-install-2.4
|
||||
|
|
Loading…
Reference in a new issue