haskell-ng: update Cabal and deepseq to latest versions
This commit is contained in:
parent
3f0097fc4b
commit
258bc13966
@ -7,8 +7,8 @@ self: super: {
|
|||||||
# Some packages need a non-core version of Cabal.
|
# Some packages need a non-core version of Cabal.
|
||||||
Cabal_1_18_1_6 = dontCheck super.Cabal_1_18_1_6;
|
Cabal_1_18_1_6 = dontCheck super.Cabal_1_18_1_6;
|
||||||
Cabal_1_20_0_3 = dontCheck super.Cabal_1_20_0_3;
|
Cabal_1_20_0_3 = dontCheck super.Cabal_1_20_0_3;
|
||||||
Cabal_1_22_1_1 = dontCheck super.Cabal_1_22_1_1;
|
Cabal_1_22_2_0 = dontCheck super.Cabal_1_22_2_0;
|
||||||
cabal-install = dontCheck (super.cabal-install.override { Cabal = self.Cabal_1_22_1_1; });
|
cabal-install = dontCheck (super.cabal-install.override { Cabal = self.Cabal_1_22_2_0; });
|
||||||
|
|
||||||
# Break infinite recursions.
|
# Break infinite recursions.
|
||||||
digest = super.digest.override { inherit (pkgs) zlib; };
|
digest = super.digest.override { inherit (pkgs) zlib; };
|
||||||
|
@ -35,7 +35,7 @@ self: super: {
|
|||||||
binary = self.binary_0_7_4_0;
|
binary = self.binary_0_7_4_0;
|
||||||
|
|
||||||
# deepseq is not a core library for this compiler.
|
# deepseq is not a core library for this compiler.
|
||||||
deepseq = self.deepseq_1_4_1_0;
|
deepseq = self.deepseq_1_4_1_1;
|
||||||
|
|
||||||
# transformers is not a core library for this compiler.
|
# transformers is not a core library for this compiler.
|
||||||
transformers = self.transformers_0_4_3_0;
|
transformers = self.transformers_0_4_3_0;
|
||||||
|
@ -32,7 +32,7 @@ self: super: {
|
|||||||
unix = null;
|
unix = null;
|
||||||
|
|
||||||
# deepseq is not a core library for this compiler.
|
# deepseq is not a core library for this compiler.
|
||||||
deepseq = self.deepseq_1_4_1_0;
|
deepseq = self.deepseq_1_4_1_1;
|
||||||
|
|
||||||
# transformers is not a core library for this compiler.
|
# transformers is not a core library for this compiler.
|
||||||
transformers = self.transformers_0_4_3_0;
|
transformers = self.transformers_0_4_3_0;
|
||||||
@ -40,7 +40,7 @@ self: super: {
|
|||||||
transformers-compat = disableCabalFlag super.transformers-compat "three";
|
transformers-compat = disableCabalFlag super.transformers-compat "three";
|
||||||
|
|
||||||
# https://github.com/haskell/cabal/issues/2322
|
# https://github.com/haskell/cabal/issues/2322
|
||||||
Cabal_1_22_1_1 = super.Cabal_1_22_1_1.override { binary = self.binary_0_7_4_0; process = self.process_1_2_3_0; };
|
Cabal_1_22_2_0 = super.Cabal_1_22_2_0.override { binary = self.binary_0_7_4_0; process = self.process_1_2_3_0; };
|
||||||
|
|
||||||
# https://github.com/tibbe/hashable/issues/85
|
# https://github.com/tibbe/hashable/issues/85
|
||||||
hashable = dontCheck super.hashable;
|
hashable = dontCheck super.hashable;
|
||||||
|
@ -37,7 +37,7 @@ self: super: {
|
|||||||
transformers-compat = disableCabalFlag super.transformers-compat "three";
|
transformers-compat = disableCabalFlag super.transformers-compat "three";
|
||||||
|
|
||||||
# https://github.com/haskell/cabal/issues/2322
|
# https://github.com/haskell/cabal/issues/2322
|
||||||
Cabal_1_22_1_1 = super.Cabal_1_22_1_1.override { binary = self.binary_0_7_4_0; };
|
Cabal_1_22_2_0 = super.Cabal_1_22_2_0.override { binary = self.binary_0_7_4_0; };
|
||||||
|
|
||||||
# https://github.com/tibbe/hashable/issues/85
|
# https://github.com/tibbe/hashable/issues/85
|
||||||
hashable = dontCheck super.hashable;
|
hashable = dontCheck super.hashable;
|
||||||
|
@ -40,7 +40,7 @@ self: super: {
|
|||||||
terminfo = self.terminfo_0_4_0_1;
|
terminfo = self.terminfo_0_4_0_1;
|
||||||
|
|
||||||
# https://github.com/haskell/cabal/issues/2322
|
# https://github.com/haskell/cabal/issues/2322
|
||||||
Cabal_1_22_1_1 = super.Cabal_1_22_1_1.override { binary = self.binary_0_7_4_0; };
|
Cabal_1_22_2_0 = super.Cabal_1_22_2_0.override { binary = self.binary_0_7_4_0; };
|
||||||
|
|
||||||
# https://github.com/tibbe/hashable/issues/85
|
# https://github.com/tibbe/hashable/issues/85
|
||||||
hashable = dontCheck super.hashable;
|
hashable = dontCheck super.hashable;
|
||||||
@ -87,7 +87,7 @@ self: super: {
|
|||||||
presburger pretty process QuickCheck random smtLib syb text
|
presburger pretty process QuickCheck random smtLib syb text
|
||||||
tf-random transformers utf8-string
|
tf-random transformers utf8-string
|
||||||
];
|
];
|
||||||
buildTools = with self; [ alex happy Cabal_1_22_1_1 ];
|
buildTools = with self; [ alex happy Cabal_1_22_2_0 ];
|
||||||
patchPhase = "sed -i -e 's|process .*,|process,|' cryptol.cabal";
|
patchPhase = "sed -i -e 's|process .*,|process,|' cryptol.cabal";
|
||||||
description = "Cryptol: The Language of Cryptography";
|
description = "Cryptol: The Language of Cryptography";
|
||||||
license = pkgs.stdenv.lib.licenses.bsd3;
|
license = pkgs.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user