Skip to content

Commit d8e942e

Browse files
authored
Merge pull request #4819 from ahovgaard/fix-readme-stack-new-tree
Update list of files created by 'stack new' in README
2 parents 5dae1e7 + 927d767 commit d8e942e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,21 @@ The `stack new` command should have created the following files:
7777

7878
```
7979
.
80-
├── LICENSE
81-
├── Setup.hs
8280
├── app
8381
│   └── Main.hs
82+
├── ChangeLog.md
83+
├── LICENSE
8484
├── my-project.cabal
85+
├── package.yaml
86+
├── README.md
87+
├── Setup.hs
8588
├── src
8689
│   └── Lib.hs
8790
├── stack.yaml
8891
└── test
8992
└── Spec.hs
9093
91-
3 directories, 7 files
94+
3 directories, 10 files
9295
```
9396

9497
So to manage your library:

0 commit comments

Comments
 (0)