lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

haskell.packages.ghc94.ghc-lib: 9_4_2_20220822 -> 9_4_3_20221104

+2 -2
+2 -2
pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
··· 95 95 dec = doJailbreak super.dec; 96 96 ed25519 = doJailbreak super.ed25519; 97 97 ghc-byteorder = doJailbreak super.ghc-byteorder; 98 - ghc-lib = doDistribute self.ghc-lib_9_4_2_20220822; 99 - ghc-lib-parser = doDistribute self.ghc-lib-parser_9_4_2_20220822; 98 + ghc-lib = doDistribute self.ghc-lib_9_4_3_20221104; 99 + ghc-lib-parser = doDistribute self.ghc-lib-parser_9_4_3_20221104; 100 100 ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_4_0_0; 101 101 hackage-security = doJailbreak super.hackage-security; 102 102 hashable = super.hashable_1_4_1_0;