We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadc914 commit 3de040dCopy full SHA for 3de040d
pkgs/development/haskell-modules/configuration-common.nix
@@ -694,6 +694,14 @@ self: super:
694
# https://github.com/alphaHeavy/lzma-conduit/issues/23
695
lzma-conduit = doJailbreak super.lzma-conduit;
696
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
+
705
# 2020-06-05: HACK: does not pass own build suite - `dontCheck`
706
# 2024-01-15: too strict bound on free < 5.2
707
hnix = doJailbreak (
0 commit comments