From dab896720c0fd4a94f6171d3db82bf84c8ae7309 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 25 Mar 2019 09:32:06 -0700 Subject: [PATCH] circleci: fix typo. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c558b7ed..11125b00a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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