From: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
To: 73421@debbugs.gnu.org
Cc: Josselin Poiret <dev@jpoiret.xyz>
Subject: [bug#73421] [PATCH 2/5] gnu: agda-stdlib: Update to 2.1.13
Date: Sun, 22 Sep 2024 13:17:17 +0200 [thread overview]
Message-ID: <2037d8162f04a0e4acbaad79909c6cf81170b166.1727003093.git.dev@jpoiret.xyz> (raw)
In-Reply-To: <cover.1727003093.git.dev@jpoiret.xyz>
From: Josselin Poiret <dev@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
next prev parent reply other threads:[~2024-09-22 11:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-22 11:06 [bug#73421] [PATCH 0/5] Update Agda to 2.7.0.1 along with libraries Josselin Poiret via Guix-patches via
2024-09-22 11:17 ` [bug#73421] [PATCH 1/5] gnu: agda: Update to 2.7.0.1 Josselin Poiret via Guix-patches via
2024-09-22 11:17 ` Josselin Poiret via Guix-patches via [this message]
2024-09-22 11:17 ` [bug#73421] [PATCH 3/5] gnu: agda-categories: Update to 0.2.0 Josselin Poiret via Guix-patches via
2024-09-22 11:17 ` [bug#73421] [PATCH 4/5] gnu: agda-cubical: Update to 0.7 Josselin Poiret via Guix-patches via
2024-09-22 11:17 ` [bug#73421] [PATCH 5/5] gnu: agda-1lab: Update to afcf848d367f906d6d07d1612fbd41d7dd8c978e Josselin Poiret via Guix-patches via
2024-10-12 9:56 ` bug#73421: [PATCH 0/5] Update Agda to 2.7.0.1 along with libraries Josselin Poiret via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2037d8162f04a0e4acbaad79909c6cf81170b166.1727003093.git.dev@jpoiret.xyz \
--to=guix-patches@gnu.org \
--cc=73421@debbugs.gnu.org \
--cc=dev@jpoiret.xyz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.