Skip to content

Commit

Permalink
More README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
judah committed May 21, 2018
1 parent 173433e commit 571a5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To build and test this repository from HEAD, run:
git submodule update --init --recursive
stack test

Note: this requires `stack-1.7.1` or newer.
Note: building this repository requires `stack-1.7.1` or newer.

## Using in a Cabal or Stack package
`proto-lens` is available on Hackage and Stackage. Cabal and Stack projects can use it
Expand Down Expand Up @@ -58,6 +58,7 @@ For example, in `foo-bar-proto.cabal`:

library
exposed-modules: Proto.Foo.Bar, Proto.Foo.Bar_Fields
autogen-modules: Proto.Foo.Bar, Proto.Foo.Bar_Fields
build-depends: proto-lens-protoc, ...

Next, write a `Setup.hs` file that uses `Data.ProtoLens.Setup` and specifies the
Expand Down

0 comments on commit 571a5d2

Please sign in to comment.