diff CategoryExcercise.agda-pkg @ 1110:45de2b31bf02

add original library and fix for safe mode
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 07 Oct 2023 19:43:31 +0900
parents bd32a37784b0
children
line wrap: on
line diff
--- a/CategoryExcercise.agda-pkg	Thu Jul 20 12:36:15 2023 +0900
+++ b/CategoryExcercise.agda-pkg	Sat Oct 07 19:43:31 2023 +0900
@@ -10,8 +10,10 @@
 tested-with:       2.6.2-102d9c8
 description:       CategoryExcercise is an Agda library ...
 depend:
-    - standard-library
-    - category-agda
+    - standard-library-2.0
 include:
     - src
+flags:
+  --warning=noUnsupportedIndexedMatch
+
 # End