about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Orchard <thefirstmuffinman@gmail.com>2023-11-14 15:51:53 +0000
committerBen Orchard <thefirstmuffinman@gmail.com>2023-11-14 15:51:53 +0000
commite15afd6e349e8755f951b92292760aaec7f7bbc9 (patch)
treefa580b8b47d52344e128b4b6a213160240b203f8
parent911ad1e67f458b6bcf0278fa85e33bb9924fed7e (diff)
downloadnixlib-e15afd6e349e8755f951b92292760aaec7f7bbc9.tar
nixlib-e15afd6e349e8755f951b92292760aaec7f7bbc9.tar.gz
nixlib-e15afd6e349e8755f951b92292760aaec7f7bbc9.tar.bz2
nixlib-e15afd6e349e8755f951b92292760aaec7f7bbc9.tar.lz
nixlib-e15afd6e349e8755f951b92292760aaec7f7bbc9.tar.xz
nixlib-e15afd6e349e8755f951b92292760aaec7f7bbc9.tar.zst
nixlib-e15afd6e349e8755f951b92292760aaec7f7bbc9.zip
haskellPackages.ghc96.fgl: update reference 5.8.1.1 -> 5.8.2.0
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index 24e722a9913e..578dc6451bd3 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -74,7 +74,7 @@ self: super: {
   bifunctors = doDistribute self.bifunctors_5_6_1;
   base-compat = doDistribute self.base-compat_0_13_1;
   base-compat-batteries = doDistribute self.base-compat-batteries_0_13_1;
-  fgl = doDistribute self.fgl_5_8_1_1;
+  fgl = doDistribute self.fgl_5_8_2_0;
 
   # Because we bumped the version of th-abstraction above.^
   aeson = doJailbreak super.aeson;