summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-08-17 11:13:13 +0200
committersternenseemann <sternenseemann@systemli.org>2023-08-17 11:13:13 +0200
commit9dc1cb39a3e294016b483f50e62b947a7f097359 (patch)
tree50c1e1410ef5b6f0da05de5b2fb7f0b14ba21c35 /pkgs/development/haskell-modules
parentef2488f189309d1275d51d6169c115f9b996891b (diff)
downloadnixpkgs-9dc1cb39a3e294016b483f50e62b947a7f097359.tar
nixpkgs-9dc1cb39a3e294016b483f50e62b947a7f097359.tar.gz
nixpkgs-9dc1cb39a3e294016b483f50e62b947a7f097359.tar.bz2
nixpkgs-9dc1cb39a3e294016b483f50e62b947a7f097359.tar.lz
nixpkgs-9dc1cb39a3e294016b483f50e62b947a7f097359.tar.xz
nixpkgs-9dc1cb39a3e294016b483f50e62b947a7f097359.tar.zst
nixpkgs-9dc1cb39a3e294016b483f50e62b947a7f097359.zip
haskell.packages.ghc8107.ghc-lib{,-parser}: reflect hackage updates
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 4bf89ec4ea3..1ca8347c4fc 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -116,9 +116,9 @@ self: super: {
     hls-overloaded-record-dot-plugin = null;
   }));
 
-  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_2_7_20230228;
+  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_2_8_20230729;
   ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_2_1_1;
-  ghc-lib = doDistribute self.ghc-lib_9_2_7_20230228;
+  ghc-lib = doDistribute self.ghc-lib_9_2_8_20230729;
 
   mod = super.mod_0_1_2_2;
   path-io = doJailbreak super.path-io;