This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b014fcdaa4 gnu: ghc-xml-conduit, ghc-pcg-random: Correct deprecated
input.
b014fcdaa4 is described below
commit b014fcdaa4cb691bc10d631f3edde9b94e9b57c9
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 20:58:40 2025 +0200
gnu: ghc-xml-conduit, ghc-pcg-random: Correct deprecated input.
* gnu/packages/haskell-xyz.scm (ghc-xml-conduit, ghc-pcg-random)[inputs]:
Replace ghc-cabal-doctest by cabal-doctest.
Change-Id: I2e763313c500567928864da520eeff6b3616f825
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 4a613264dc..0af7ce87ed 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -14611,7 +14611,7 @@ parts.")
ghc-data-default-class
ghc-blaze-markup
ghc-blaze-html))
- (native-inputs (list ghc-hspec ghc-hunit ghc-doctest ghc-cabal-doctest))
+ (native-inputs (list ghc-hspec ghc-hunit ghc-doctest cabal-doctest))
(home-page "https://github.com/snoyberg/xml")
(synopsis "Utilities for dealing with XML with the conduit package")
(description
@@ -16272,7 +16272,7 @@ Documentation is at
(build-system haskell-build-system)
(properties '((upstream-name . "pcg-random")))
(inputs (list ghc-primitive ghc-random ghc-entropy))
- (native-inputs (list ghc-doctest ghc-cabal-doctest))
+ (native-inputs (list ghc-doctest cabal-doctest))
(arguments
`(#:cabal-revision ("1"
"1f8h0lv34cmqaxccg2yf6q4s8r5g2s8q8s9kql212iggd2l3vv77")))