guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit f07584ed4780996c3044659215666ea07369f645
Author: Saku Laesvuori <[email protected]>
AuthorDate: Wed Jan 7 16:36:05 2026 +0200
gnu: ghc-parsec: Add upstream-name property
This enables updating the package with guix refresh.
* gnu/packages/haskell-xyz.scm (ghc-parsec): Add properties field.
Change-Id: I01019aa8c43ec3ac837df3aecca39ee2809259f8
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/haskell-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b75608547b..ae8158a720 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9112,6 +9112,7 @@ building up, manipulating and serialising @code{Pandoc}
structures.")
(base32
"1byha0j1i0h5wwzafm0csx0y8maga17r6my2z5w2ciki789rybs0"))))
(build-system haskell-build-system)
+ (properties '((upstream-name . "parsec")))
(native-inputs (list ghc-tasty ghc-tasty-hunit))
(home-page "https://github.com/haskell/parsec")
(synopsis "Monadic parser combinators")