about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2024-03-17 11:09:17 +0100
committerPeter Simons <simons@cryp.to>2024-03-17 11:09:17 +0100
commitfcf286b6fa11a718eff17b2b0fe8032cba9cf932 (patch)
tree099fd36106de631dbb7bdfe3b203a121c194ff0a /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent54379021e99027eed2e204d880bd6088652388d8 (diff)
haskellPackages: fix evaluation of configuration-ghc-9.8.x.nix
ghc-lib-parser and ghc-lib-parser-ex have new versions that replaced the ones
we used previously.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index 5613f36b0c95b..2c45aceb1aa1e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -70,8 +70,8 @@ self: super: {
   # Version upgrades
   #
   th-abstraction = doDistribute self.th-abstraction_0_6_0_0;
-  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_8_1_20231121;
-  ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_8_0_0;
+  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_8_2_20240223;
+  ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_8_0_2;
   ghc-lib = doDistribute self.ghc-lib_9_8_1_20231121;
   megaparsec = doDistribute self.megaparsec_9_6_1;
   aeson = doDistribute self.aeson_2_2_1_0;