···856 stripLen = 1;
857 });
85800000859 # Copy hledger man pages from data directory into the proper place. This code
860 # should be moved into the cabal2nix generator.
861 hledger = overrideCabal super.hledger (drv: {
···1986 doJailbreak super.hw-eliasfano;
1987 hw-xml = assert pkgs.lib.versionOlder self.generic-lens.version "2.2.0.0";
1988 doJailbreak super.hw-xml;
00000000000000019891990} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
···856 stripLen = 1;
857 });
858859+ # hledger-lib 1.23 depends on doctest >= 0.18
860+ hledger-lib_1_23 = super.hledger-lib_1_23.override {
861+ doctest = self.doctest_0_18_1;
862+ };
863+864 # Copy hledger man pages from data directory into the proper place. This code
865 # should be moved into the cabal2nix generator.
866 hledger = overrideCabal super.hledger (drv: {
···1991 doJailbreak super.hw-eliasfano;
1992 hw-xml = assert pkgs.lib.versionOlder self.generic-lens.version "2.2.0.0";
1993 doJailbreak super.hw-xml;
1994+1995+ # doctests fail due to deprecation warnings in 0.2
1996+ candid = assert pkgs.lib.versionOlder super.candid.version "0.3";
1997+ overrideCabal super.candid (drv: {
1998+ version = "0.3";
1999+ sha256 = "0zq29zddkkwvlyz9qmxl942ml53m6jawl4m5rkb2510glbkcvr5x";
2000+ libraryHaskellDepends = drv.libraryHaskellDepends ++ [
2001+ self.file-embed
2002+ ];
2003+ });
2004+2005+ # Needs network >= 3.1.2
2006+ quic = super.quic.overrideScope (self: super: {
2007+ network = self.network_3_1_2_2;
2008+ });
20092010} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
···197 hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin;
198 hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
199 hls-floskell-plugin = dontCheck super.hls-floskell-plugin;
0200201 # We are lacking pure pgrep at the moment for tests to work
202 tmp-postgres = dontCheck super.tmp-postgres;
···197 hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin;
198 hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
199 hls-floskell-plugin = dontCheck super.hls-floskell-plugin;
200+ hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin;
201202 # We are lacking pure pgrep at the moment for tests to work
203 tmp-postgres = dontCheck super.tmp-postgres;