Skip to content

Commit f3305ff

Browse files
committed
Add xml-conduit override to fix build
1 parent 86c1829 commit f3305ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

haskell-overlays/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ rec {
117117

118118
combined-ghc = self: super: foldExtensions [
119119
(self: super: {
120+
# TODO: Upstream (to nixpkgs)
121+
xml-conduit = haskellLib.dontCheck super.xml-conduit;
120122
})
121123
(optionalExtension (versionWildcard [ 8 6 ] super.ghc.version) ghc-8_6)
122124
(optionalExtension (lib.versionOlder "8.11" super.ghc.version) ghc-head)

0 commit comments

Comments
 (0)