1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-09-11 21:27:46 +03:00

A couple of minor corrections to the readme

[skip ci]
This commit is contained in:
mrkkrp 2019-08-04 21:20:30 +02:00
parent e344f61d33
commit 54749b889a
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -3,7 +3,7 @@
[![CircleCI](https://circleci.com/gh/tweag/ormolu/tree/master.svg?style=svg&circle-token=cfd37a39265561eb44e608f97cf953cb2a394c03)](https://circleci.com/gh/tweag/ormolu/tree/master)
Ormolu is a formatter for Haskell source code. The project was created with
the following features in mind:
the following goals in mind:
* Using GHC's own parser to avoid parsing problems caused by
[`haskell-src-exts`][haskell-src-exts].
@ -67,7 +67,7 @@ $ ormolu --mode inplace Module.hs
## Running on Hackage
It's possible to try Ormolu on arbitrary packages from Hackage. For that
execute:
execute (from root of clonned repo):
```console
$ nix-build -A hackage.<package>