ghc-8.8.x: update version overrides for microlens packages
This commit is contained in:
parent
6bedeceb8a
commit
2b10aed0d7
1 changed files with 3 additions and 3 deletions
|
@ -85,10 +85,10 @@ self: super: {
|
|||
lens = self.lens_4_18_1;
|
||||
memory = self.memory_0_15_0;
|
||||
microlens = self.microlens_0_4_11_2;
|
||||
microlens-ghc = self.microlens-ghc_0_4_11_1;
|
||||
microlens-ghc = self.microlens-ghc_0_4_12;
|
||||
microlens-mtl = self.microlens-mtl_0_2_0_1;
|
||||
microlens-platform = self.microlens-platform_0_4_0;
|
||||
microlens-th = self.microlens-th_0_4_3_2;
|
||||
microlens-platform = self.microlens-platform_0_4_1;
|
||||
microlens-th = self.microlens-th_0_4_3_4;
|
||||
network = self.network_3_1_1_1;
|
||||
optparse-applicative = self.optparse-applicative_0_15_1_0;
|
||||
pandoc = dontCheck super.pandoc_2_9_1_1; # https://github.com/jgm/pandoc/issues/6086
|
||||
|
|
Loading…
Reference in a new issue