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: docs/source/tutorials.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This is how the `example-basics.agda-lib` file looks for our project:
23
23
```
24
24
name: example-basics
25
25
include: .
26
-
depend: base
26
+
depend: agda2hs-base
27
27
flags: --erasure --no-projection-like
28
28
```
29
29
The `include` label specifies the current folder as the path for files to be included in the library. For our toy example it works perfectly, but for a bigger library it might be handy to place all the `.agda` files in a single repository such as `src`.
0 commit comments