~ruther/guix-local

b014fcdaa4cb691bc10d631f3edde9b94e9b57c9 — Andreas Enge 5 months ago 3491e70
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/haskell-xyz.scm
M gnu/packages/haskell-xyz.scm => gnu/packages/haskell-xyz.scm +2 -2
@@ 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")))