about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-05-19 13:43:03 +0200
committerNaïm Favier <n@monade.li>2024-05-19 13:43:03 +0200
commit1ee63219e28b290c16acfdfc2611fc35aabc8515 (patch)
tree92c4b931c58380239dea65dd2fbdadb9b173ae75 /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent789d2b8871115bdf40eded982de728f1edf3f0b7 (diff)
haskellPackages: fix eval
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.nix2
1 files changed, 1 insertions, 1 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 5e1630f839d3c..6881444a8876e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -54,7 +54,7 @@ self: super: {
   #
   th-abstraction = doDistribute self.th-abstraction_0_7_0_0;
   ghc-lib-parser = doDistribute self.ghc-lib-parser_9_10_1_20240511;
-  ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_8_0_2;
+  ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_10_0_0;
   ghc-lib = doDistribute self.ghc-lib_9_10_1_20240511;
   megaparsec = doDistribute self.megaparsec_9_6_1;
   # TODO: remove when aeson updates or launches a revision