lol

haskellPackages.calligraphy: mark as broken for ghc >= 9.6

+12
+3
pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
··· 64 64 # Becomes a core package in GHC >= 9.8 65 65 semaphore-compat = doDistribute self.semaphore-compat_1_0_0; 66 66 67 + # only broken for >= 9.6 68 + calligraphy = doDistribute (unmarkBroken super.calligraphy); 69 + 67 70 # Only required for ghc >= 9.2 68 71 nothunks = super.nothunks.override { 69 72 wherefrom-compat = null;
+3
pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
··· 135 135 # A given major version of ghc-exactprint only supports one version of GHC. 136 136 ghc-exactprint = super.ghc-exactprint_1_5_0; 137 137 138 + # only broken for >= 9.6 139 + calligraphy = doDistribute (unmarkBroken super.calligraphy); 140 + 138 141 # Packages which need compat library for GHC < 9.6 139 142 inherit (lib.mapAttrs (_: addBuildDepends [ self.foldable1-classes-compat ]) super) 140 143 indexed-traversable
+3
pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
··· 66 66 # Becomes a core package in GHC >= 9.8 67 67 semaphore-compat = doDistribute self.semaphore-compat_1_0_0; 68 68 69 + # only broken for >= 9.6 70 + calligraphy = doDistribute (unmarkBroken super.calligraphy); 71 + 69 72 # Jailbreaks & Version Updates 70 73 71 74 hashable-time = doJailbreak super.hashable-time;
+1
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
··· 641 641 - cal-layout # failure in job https://hydra.nixos.org/build/233191194 at 2023-09-02 642 642 - call-haskell-from-anything # failure in job https://hydra.nixos.org/build/233222493 at 2023-09-02 643 643 - call-plantuml # failure in job https://hydra.nixos.org/build/233241670 at 2023-09-02 644 + - calligraphy # only supports ghc < 9.6 644 645 - canon # failure in job https://hydra.nixos.org/build/233235027 at 2023-09-02 645 646 - canonical-filepath # failure in job https://hydra.nixos.org/build/233233390 at 2023-09-02 646 647 - canteven-listen-http # failure in job https://hydra.nixos.org/build/233210500 at 2023-09-02
+2
pkgs/development/haskell-modules/hackage-packages.nix
··· 127678 127678 ]; 127679 127679 description = "HIE-based Haskell call graph and source code visualizer"; 127680 127680 license = lib.licenses.bsd3; 127681 + hydraPlatforms = lib.platforms.none; 127681 127682 mainProgram = "calligraphy"; 127683 + broken = true; 127682 127684 } 127683 127685 ) { }; 127684 127686