Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

classy-prelude-yesod: fix build by skipping haddock

+1 -2
+1
pkgs/development/haskell-modules/configuration-common.nix
··· 143 feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1 144 hoodle-core = dontHaddock super.hoodle-core; 145 hsc3-db = dontHaddock super.hsc3-db; 146 147 # https://github.com/techtangents/ablist/issues/1 148 ABList = dontCheck super.ABList;
··· 143 feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1 144 hoodle-core = dontHaddock super.hoodle-core; 145 hsc3-db = dontHaddock super.hsc3-db; 146 + classy-prelude-yesod = dontHaddock super.classy-prelude-yesod; # https://github.com/haskell/haddock/issues/979 147 148 # https://github.com/techtangents/ablist/issues/1 149 ABList = dontCheck super.ABList;
-1
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 3479 - ClassLaws 3480 - classy-miso 3481 - classy-parallel 3482 - - classy-prelude-yesod 3483 - ClassyPrelude 3484 - clay 3485 - clckwrks
··· 3479 - ClassLaws 3480 - classy-miso 3481 - classy-parallel 3482 - ClassyPrelude 3483 - clay 3484 - clckwrks
-1
pkgs/development/haskell-modules/hackage-packages.nix
··· 49676 description = "Provide a classy prelude including common Yesod functionality"; 49677 license = stdenv.lib.licenses.mit; 49678 hydraPlatforms = stdenv.lib.platforms.none; 49679 - broken = true; 49680 }) {}; 49681 49682 "classyplate" = callPackage
··· 49676 description = "Provide a classy prelude including common Yesod functionality"; 49677 license = stdenv.lib.licenses.mit; 49678 hydraPlatforms = stdenv.lib.platforms.none; 49679 }) {}; 49680 49681 "classyplate" = callPackage