diff options
Diffstat (limited to 'gnu/packages/patches/agda-categories-use-newer-stdlib.patch')
-rw-r--r-- | gnu/packages/patches/agda-categories-use-newer-stdlib.patch | 21 |
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 + |