Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/example-basics/example-basics.agda-lib
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: example-basics
include: .
depend: agda2hs
include: .
depend: agda2hs-base
flags: --erasure --no-projection-like
4 changes: 2 additions & 2 deletions tutorials/example-proofs/example-proofs.agda-lib
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: example-proofs
include: .
depend: agda2hs, standard-library
include: .
depend: agda2hs-base, standard-library
flags: --erasure --no-projection-like
2 changes: 1 addition & 1 deletion tutorials/example-structure/example-structure.agda-lib
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: example-structure
include: ./src/agda
depend: agda2hs
depend: agda2hs-base
flags: --erasure --no-projection-like
Loading