GNU bug report logs -
#73421
[PATCH 0/5] Update Agda to 2.7.0.1 along with libraries.
Previous Next
Reported by: Josselin Poiret <dev <at> jpoiret.xyz>
Date: Sun, 22 Sep 2024 11:09:01 UTC
Severity: normal
Tags: patch
Done: Josselin Poiret <dev <at> jpoiret.xyz>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Josselin Poiret <dev <at> jpoiret.xyz>
* gnu/packages/agda.scm (agda): Update to 2.7.0.1.
Change-Id: I757344e5ecbafc372b52ca517d196f0ac7f64837
---
gnu/packages/agda.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm
index 4afe583b2e..0e38d4e2d8 100644
--- a/gnu/packages/agda.scm
+++ b/gnu/packages/agda.scm
@@ -44,7 +44,7 @@ (define-module (gnu packages agda)
(define-public agda
(package
(name "agda")
- (version "2.6.4")
+ (version "2.7.0.1")
(source
(origin
(method git-fetch)
@@ -53,7 +53,7 @@ (define-public agda
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0n4avd58j45rdcmnwgrmz5s0ril0z4n2z711mwwbahl50f7359ky"))
+ (base32 "1dh9fi8lwjv9rk6zik2bwjgqln0f0d36m3hm9m3zmmk4fby4rsi2"))
(patches (search-patches "agda-libdirs-env-variable.patch"
"agda-use-sphinx-5.patch"))))
(build-system haskell-build-system)
@@ -76,6 +76,7 @@ (define-public agda
ghc-murmur-hash
ghc-parallel
ghc-peano
+ ghc-pqueue
ghc-regex-tdfa
ghc-split
ghc-strict
--
2.46.0
This bug report was last modified 220 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.