mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-modules: remove obsolete re-build triggers
This commit is contained in:
parent
5f47b751b3
commit
d464c85fdf
@ -77,7 +77,7 @@ self: super: {
|
|||||||
|
|
||||||
# haddock: No input file(s).
|
# haddock: No input file(s).
|
||||||
nats = dontHaddock super.nats;
|
nats = dontHaddock super.nats;
|
||||||
bytestring-builder = dontHaddock (triggerRebuild super.bytestring-builder 1);
|
bytestring-builder = dontHaddock super.bytestring-builder;
|
||||||
|
|
||||||
# We have time 1.5
|
# We have time 1.5
|
||||||
aeson = disableCabalFlag super.aeson "old-locale";
|
aeson = disableCabalFlag super.aeson "old-locale";
|
||||||
@ -208,7 +208,4 @@ self: super: {
|
|||||||
# https://github.com/DanielG/cabal-helper/issues/10
|
# https://github.com/DanielG/cabal-helper/issues/10
|
||||||
cabal-helper = dontCheck super.cabal-helper;
|
cabal-helper = dontCheck super.cabal-helper;
|
||||||
|
|
||||||
# Re-build this package to fix broken binaries on Hydra.
|
|
||||||
math-functions = triggerRebuild super.math-functions 2;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -52,7 +52,7 @@ self: super: {
|
|||||||
haddock-api = super.haddock-api_2_15_0_2;
|
haddock-api = super.haddock-api_2_15_0_2;
|
||||||
|
|
||||||
# This is part of bytestring in our compiler.
|
# This is part of bytestring in our compiler.
|
||||||
bytestring-builder = triggerRebuild (dontHaddock super.bytestring-builder) 1;
|
bytestring-builder = dontHaddock super.bytestring-builder;
|
||||||
|
|
||||||
# Won't compile against mtl 2.1.x.
|
# Won't compile against mtl 2.1.x.
|
||||||
imports = super.imports.override { mtl = self.mtl_2_2_1; };
|
imports = super.imports.override { mtl = self.mtl_2_2_1; };
|
||||||
|
Loading…
Reference in New Issue
Block a user