haskell-deepdeq: update version used for pre 7.4.x GHC versions

This commit is contained in:
Peter Simons 2015-08-22 21:25:18 +02:00
parent 2e1a49b35a
commit 6dd889144d
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ self: super: {
binary = self.binary_0_7_6_1;
# deepseq is not a core library for this compiler.
deepseq = self.deepseq_1_4_1_1;
deepseq = self.deepseq_1_4_1_2;
# transformers is not a core library for this compiler.
transformers = self.transformers_0_4_3_0;

View file

@ -35,7 +35,7 @@ self: super: {
unix = null;
# deepseq is not a core library for this compiler.
deepseq = self.deepseq_1_4_1_1;
deepseq = self.deepseq_1_4_1_2;
# transformers is not a core library for this compiler.
transformers = self.transformers_0_4_3_0;