Merge pull request #267477 from raehik/ghc96-pkgs-fgl
haskellPackages.ghc96: update package set pins (fgl, th-desugar)
This commit is contained in:
commit
ad5ac7d613
1 changed files with 2 additions and 2 deletions
|
@ -69,12 +69,12 @@ self: super: {
|
|||
http-api-data = doDistribute self.http-api-data_0_6; # allows base >= 4.18
|
||||
some = doDistribute self.some_1_0_6;
|
||||
th-abstraction = doDistribute self.th-abstraction_0_6_0_0;
|
||||
th-desugar = doDistribute self.th-desugar_1_15;
|
||||
th-desugar = doDistribute self.th-desugar_1_16;
|
||||
semigroupoids = doDistribute self.semigroupoids_6_0_0_1;
|
||||
bifunctors = doDistribute self.bifunctors_5_6_1;
|
||||
base-compat = doDistribute self.base-compat_0_13_1;
|
||||
base-compat-batteries = doDistribute self.base-compat-batteries_0_13_1;
|
||||
fgl = doDistribute self.fgl_5_8_1_1;
|
||||
fgl = doDistribute self.fgl_5_8_2_0;
|
||||
|
||||
# Because we bumped the version of th-abstraction above.^
|
||||
aeson = doJailbreak super.aeson;
|
||||
|
|
Loading…
Reference in a new issue