Skip to content

Commit 3de040d

Browse files
haskell.packages.ghc912.xml-conduit: fix test suite with GHC 9.12
1 parent eadc914 commit 3de040d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkgs/development/haskell-modules/configuration-common.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,14 @@ self: super:
694694
# https://github.com/alphaHeavy/lzma-conduit/issues/23
695695
lzma-conduit = doJailbreak super.lzma-conduit;
696696

697+
# doctest suite needs adjustment with GHC 9.12
698+
xml-conduit = appendPatch (pkgs.fetchpatch {
699+
name = "xml-conduit-ghc-9.12.patch";
700+
url = "https://github.com/snoyberg/xml/commit/73ce67029c61decaa6525536377a15581325fd9e.patch";
701+
sha256 = "1gvdhwz7f6rw28xqm82h1kx2kwbdvigipfcb0y66520lvd544sm6";
702+
stripLen = 1;
703+
}) super.xml-conduit;
704+
697705
# 2020-06-05: HACK: does not pass own build suite - `dontCheck`
698706
# 2024-01-15: too strict bound on free < 5.2
699707
hnix = doJailbreak (

0 commit comments

Comments
 (0)