summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-12-27 16:23:23 +0100
committersternenseemann <sternenseemann@systemli.org>2021-12-27 16:23:23 +0100
commitc066e2f31649da0324f3e9a2f60cf9834e2261db (patch)
tree01bd20d0e9fce8e577391987068c944327fae4d4 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parenta3b6030765dc90d19928627117c0fe7a8a847b22 (diff)
downloadnixpkgs-c066e2f31649da0324f3e9a2f60cf9834e2261db.tar
nixpkgs-c066e2f31649da0324f3e9a2f60cf9834e2261db.tar.gz
nixpkgs-c066e2f31649da0324f3e9a2f60cf9834e2261db.tar.bz2
nixpkgs-c066e2f31649da0324f3e9a2f60cf9834e2261db.tar.lz
nixpkgs-c066e2f31649da0324f3e9a2f60cf9834e2261db.tar.xz
nixpkgs-c066e2f31649da0324f3e9a2f60cf9834e2261db.tar.zst
nixpkgs-c066e2f31649da0324f3e9a2f60cf9834e2261db.zip
haskell.packages.ghc902: adjust pinned ghc-lib* versions
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 71b74f6db70..25c0873729d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -121,9 +121,9 @@ self: super: {
 
   # 2021-09-18: ghc-api-compat and ghc-lib-* need >= 9.0.x versions for hls and hlint
   ghc-api-compat = doDistribute super.ghc-api-compat_9_0_1;
-  ghc-lib-parser = self.ghc-lib-parser_9_0_1_20210324;
-  ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_0_0_4;
-  ghc-lib = self.ghc-lib_9_0_1_20210324;
+  ghc-lib-parser = self.ghc-lib-parser_9_0_2_20211226;
+  ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_0_0_6;
+  ghc-lib = self.ghc-lib_9_0_2_20211226;
 
   # 2021-09-18: Need semialign >= 1.2 for correct bounds
   semialign = super.semialign_1_2_0_1;