Skip to content

Commit

Permalink
add note about version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bitemyapp committed Jun 2, 2015
1 parent c5f7de5 commit 563a931
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The stack.yaml file is pretty self-explanatory, here's a real-life example from

```yaml
resolver: lts-2.9

packages:
- ./wai
- ./wai-extra
Expand All @@ -47,6 +48,8 @@ packages:
- ./wai-conduit
- ./mime-types
- ./auto-update

# Version numbers are required for extra-deps
extra-deps:
- fast-logger-2.3.1
- wai-logger-2.2.4
Expand Down

0 comments on commit 563a931

Please sign in to comment.