summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/agda-categories-use-newer-stdlib.patch
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2024-09-21 15:17:00 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2024-10-12 11:12:26 +0200
commit2419302ca12e67c4e602123fb01382f410e919a6 (patch)
treeccbe9c35555865a4c50e30d05530a2ae43d9cb98 /gnu/packages/patches/agda-categories-use-newer-stdlib.patch
parent402a3a4e80d49dc5d9e3e8f79aa5858783ce9e33 (diff)
gnu: agda-categories: Update to 0.2.0.
* gnu/packages/patches/agda-categories-use-stdlib-1.7.3.patch -> gnu/packages/patches/agda-categories-use-newer-stdlib.patch: Adapt patch. * gnu/local.mk (dist_patch_DATA): Change registered name to new name. * gnu/packages/agda.scm (agda-categories): Update to 0.2.0. Use new patch name. Change-Id: Id5d1e335fe22c2d5809116083ed72e7b9208d69e
Diffstat (limited to 'gnu/packages/patches/agda-categories-use-newer-stdlib.patch')
-rw-r--r--gnu/packages/patches/agda-categories-use-newer-stdlib.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/patches/agda-categories-use-newer-stdlib.patch b/gnu/packages/patches/agda-categories-use-newer-stdlib.patch
new file mode 100644
index 0000000000..00917853ba
--- /dev/null
+++ b/gnu/packages/patches/agda-categories-use-newer-stdlib.patch
@@ -0,0 +1,21 @@
+Use newer stdlib.
+
+From: Josselin Poiret <dev@jpoiret.xyz>
+
+---
+ agda-categories.agda-lib | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/agda-categories.agda-lib b/agda-categories.agda-lib
+index 5b19c405..4d63d415 100644
+--- a/agda-categories.agda-lib
++++ b/agda-categories.agda-lib
+@@ -1,4 +1,4 @@
+ name: agda-categories
+-depend: standard-library-2.0
++depend: standard-library
+ include: src/
+
+--
+2.41.0
+