circleci: fix typo.

This commit is contained in:
John MacFarlane 2019-03-25 09:32:06 -07:00
parent 06f2bb02ad
commit dab896720c

View file

@ -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