Fixed typo in circleci config.

This commit is contained in:
John MacFarlane 2019-03-26 21:01:51 -07:00
parent 825ca61e60
commit 8b22326b0d

View file

@ -50,7 +50,7 @@ commands:
ghc --version
which ghc
echo $PATH
dpkg -S ghc--<< parameters.ghcversion >>
dpkg -S ghc-<< parameters.ghcversion >>
locate ghc-<< parameters.ghcversion >>
- run:
name: build project