Skip to content

Commit 76161d7

Browse files
committed
Rename hie.yaml.* to hie-*.yaml
1 parent bab10e8 commit 76161d7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -685,16 +685,16 @@ templates.
685685
#### Using Cabal
686686

687687
```shell
688-
$ cp hie.yaml.cbl hie.yaml
689-
$ cp install/hie.yaml.cbl install/hie.yaml
688+
$ cp hie-cabal.yaml hie.yaml
689+
$ cp install/hie-cabal.yaml install/hie.yaml
690690
```
691691

692692
#### Using Stack
693693

694694
```shell
695-
$ cp hie.yaml.stack hie.yaml
696-
$ cp install/hie.yaml.stack install/hie.yaml
697-
$ cp ghcide/hie.yaml.stack ghcide/hie.yaml
695+
$ cp hie-stack.yaml hie.yaml
696+
$ cp install/hie-stack.yaml install/hie.yaml
697+
$ cp ghcide/hie-stack.yaml ghcide/hie.yaml
698698
$ stack build --test --no-run-tests
699699
$ cd install
700700
$ stack build
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)