You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: server/COMPILING-ON-M1.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
(cd tests-py/remote_schemas/nodejs && npm ci)
52
52
```
53
53
54
-
5. Add the C dependencies in the `cabal.project.dev-sh.local` and `cabal.project.local` files (according to where the dependencies were installed by homebrew):
54
+
5. Add the C dependencies in the `cabal/dev-sh.project.local` and `cabal.project.local` files (according to where the dependencies were installed by homebrew):
55
55
56
56
```sh
57
57
package mysql
@@ -87,10 +87,10 @@
87
87
/opt/homebrew/opt/openssl/lib
88
88
```
89
89
90
-
Note: If you don't have special requirements of a `cabal.project.local` you can just add a symbolic link to `cabal.project.dev-sh.local`:
90
+
Note: If you have not added any local project overrides in`cabal.project.local` you can just add a symbolic link to `cabal/dev-sh.project.local`:
Copy file name to clipboardexpand all lines: server/CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,13 @@ After making your changes
45
45
46
46
...and the server:
47
47
48
-
$ ln -s cabal.project.dev cabal.project.local
48
+
$ ln -s cabal/dev.project cabal.project.local
49
49
$ cabal new-update
50
50
$ cabal new-build graphql-engine
51
51
52
-
To set up the project configuration to coincide with the testing scripts below, thus avoiding recompilation when testing locally, rather use `cabal.project.dev-sh.local` instead of `cabal.project.dev`:
52
+
To set up the project configuration to coincide with the testing scripts below, thus avoiding recompilation when testing locally, rather use `cabal/dev-sh.project.local` instead of `cabal/dev.project`:
0 commit comments