tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-src-exts: update overrides for version 1.20.2
Peter Simons
7 years ago
2a17cffb
bcd11f6a
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+4
-4
pkgs/development/haskell-modules/configuration-common.nix
···
603
'';
604
doCheck = false; # https://github.com/chrisdone/hindent/issues/299
605
})).override {
606
-
haskell-src-exts = self.haskell-src-exts_1_20_1;
607
};
608
609
# Need newer versions of their dependencies than the ones we have in LTS-10.x.
610
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_27_0; };
611
-
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
612
613
# https://github.com/bos/configurator/issues/22
614
configurator = dontCheck super.configurator;
···
847
# Hoogle needs newer versions than lts-10 provides. lambdabot-haskell-plugins
848
# depends on Hoogle and therefore needs to use the same version.
849
hoogle = super.hoogle.override {
850
-
haskell-src-exts = self.haskell-src-exts_1_20_1;
851
http-conduit = self.http-conduit_2_3_0;
852
};
853
lambdabot-haskell-plugins = super.lambdabot-haskell-plugins.override {
854
haskell-src-exts-simple = self.haskell-src-exts-simple_1_20_0_0;
855
};
856
haskell-src-exts-simple_1_20_0_0 = super.haskell-src-exts-simple_1_20_0_0.override {
857
-
haskell-src-exts = self.haskell-src-exts_1_20_1;
858
};
859
860
# These packages depend on each other, forming an infinite loop.
···
603
'';
604
doCheck = false; # https://github.com/chrisdone/hindent/issues/299
605
})).override {
606
+
haskell-src-exts = self.haskell-src-exts_1_20_2;
607
};
608
609
# Need newer versions of their dependencies than the ones we have in LTS-10.x.
610
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_27_0; };
611
+
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_2; });
612
613
# https://github.com/bos/configurator/issues/22
614
configurator = dontCheck super.configurator;
···
847
# Hoogle needs newer versions than lts-10 provides. lambdabot-haskell-plugins
848
# depends on Hoogle and therefore needs to use the same version.
849
hoogle = super.hoogle.override {
850
+
haskell-src-exts = self.haskell-src-exts_1_20_2;
851
http-conduit = self.http-conduit_2_3_0;
852
};
853
lambdabot-haskell-plugins = super.lambdabot-haskell-plugins.override {
854
haskell-src-exts-simple = self.haskell-src-exts-simple_1_20_0_0;
855
};
856
haskell-src-exts-simple_1_20_0_0 = super.haskell-src-exts-simple_1_20_0_0.override {
857
+
haskell-src-exts = self.haskell-src-exts_1_20_2;
858
};
859
860
# These packages depend on each other, forming an infinite loop.