Easy steps to install ormolu package on Mac
Package Information:
Application Name – ormolu
What is ormolu – Not Available for ormolu
Use of ormolu – Formatter for Haskell source code
URL – https://github.com/tweag/ormolu
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install ormolu using brew
brew install ormolu
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
ormolu is ready to use now!