lol

haskellPackages: Fix eval warnings and errors

maralorn c71f3556 12ffb29d

+4 -10
+2 -2
pkgs/development/compilers/koka/default.nix
··· 20 20 , FloatingHex 21 21 , isocline 22 22 , lens 23 - , lsp_2_4_0_0 23 + , lsp 24 24 , mtl 25 25 , network 26 26 , network-simple ··· 86 86 FloatingHex 87 87 isocline 88 88 lens 89 - lsp_2_4_0_0 89 + lsp 90 90 mtl 91 91 network 92 92 network-simple
+2 -8
pkgs/development/haskell-modules/configuration-common.nix
··· 201 201 # currently, cabal-plan seems to get not much maintenance 202 202 cabal-plan = doJailbreak super.cabal-plan; 203 203 204 - # Too strict bounds on optparse-applicative 205 - weeder = lib.warnIf (lib.versionAtLeast super.weeder.version "2.8.0") "jailbreak on weeder may be obsolete" doJailbreak super.weeder; 206 - 207 204 # Allow scotty < 0.21 208 205 # For < 0.22 add https://github.com/taffybar/taffybar/commit/71fe820d892a85e49ad2f2843eac0a59e01f3fd4 209 206 taffybar = appendPatches [ ··· 1962 1959 vivid-supercollider = dontCheck super.vivid-supercollider; 1963 1960 1964 1961 # Test suite does not compile. 1965 - feed = overrideCabal (drv: { 1966 - jailbreak = lib.warnIf (lib.toInt drv.revision >= 4) "haskellPackages.feed: jailbreak can be removed" true; 1967 - doCheck = false; 1968 - }) super.feed; 1962 + feed = dontCheck super.feed; 1969 1963 1970 1964 spacecookie = overrideCabal (old: { 1971 1965 buildTools = (old.buildTools or []) ++ [ pkgs.buildPackages.installShellFiles ]; ··· 2905 2899 }) super.kmonad; 2906 2900 2907 2901 ghc-syntax-highlighter_0_0_11_0 = super.ghc-syntax-highlighter_0_0_11_0.overrideScope(self: super: { 2908 - ghc-lib-parser = self.ghc-lib-parser_9_8_1_20231121; 2902 + ghc-lib-parser = self.ghc-lib-parser_9_8_2_20240223; 2909 2903 }); 2910 2904 2911 2905 # 2024-03-17: broken