configuration-ghc-8.10.x.nix: cosmetic
This commit is contained in:
parent
f2aa6b44d4
commit
b24d2a90dd
1 changed files with 1 additions and 1 deletions
|
@ -64,9 +64,9 @@ self: super: {
|
|||
zlib = doJailbreak super.zlib;
|
||||
|
||||
# Use the latest version to fix the build.
|
||||
ghc-lib-parser-ex = self.ghc-lib-parser-ex_8_10_0_4;
|
||||
optics-core = self.optics-core_0_3;
|
||||
repline = self.repline_0_3_0_0;
|
||||
ghc-lib-parser-ex = self.ghc-lib-parser-ex_8_10_0_4;
|
||||
th-desugar = self.th-desugar_1_11;
|
||||
|
||||
# `ghc-lib-parser-ex` (see conditionals in its `.cabal` file) does not need
|
||||
|
|
Loading…
Reference in a new issue