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-stdlib): Update to 2.1.1.
Change-Id: I0609d67730462edf69a98315e4ef187e8a516cbf
---
gnu/packages/agda.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm
index 0e38d4e2d8..8df3354243 100644
--- a/gnu/packages/agda.scm
+++ b/gnu/packages/agda.scm
@@ -200,7 +200,7 @@ (define-public agda-ial
(define-public agda-stdlib
(package
(name "agda-stdlib")
- (version "1.7.3")
+ (version "2.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -209,11 +209,11 @@ (define-public agda-stdlib
(file-name (git-file-name name version))
(sha256
(base32
- "0y6rns64rrkh8hw7mamcf6797329pi4ravpak5zijpnkzdagmlmy"))))
+ "1n742qvlxaj4dprnknvzrr876af6yjfwa4ps1dr4v1h814sg0xz0"))))
(build-system agda-build-system)
(arguments
(list
- #:plan '(("^\\./README.agda$" "-i."))
+ #:plan '(("^\\./doc/README.agda$" "-idoc/"))
#:gnu-and-haskell? #t
#:phases
#~(modify-phases %standard-phases
@@ -221,7 +221,8 @@ (define-public agda-stdlib
(lambda* (#:key inputs native-inputs #:allow-other-keys)
(invoke
(search-input-file (or native-inputs inputs) "/bin/runhaskell")
- "GenerateEverything.hs"))))))
+ "GenerateEverything.hs"
+ "--out-dir" "doc/"))))))
(native-inputs (list ghc-filemanip))
(synopsis "The Agda Standard Library")
(description
--
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.