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 86c1829 commit f3305ffCopy full SHA for f3305ff
haskell-overlays/default.nix
@@ -117,6 +117,8 @@ rec {
117
118
combined-ghc = self: super: foldExtensions [
119
(self: super: {
120
+ # TODO: Upstream (to nixpkgs)
121
+ xml-conduit = haskellLib.dontCheck super.xml-conduit;
122
})
123
(optionalExtension (versionWildcard [ 8 6 ] super.ghc.version) ghc-8_6)
124
(optionalExtension (lib.versionOlder "8.11" super.ghc.version) ghc-head)
0 commit comments