about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-10-27 22:13:16 +0200
committersternenseemann <sternenseemann@systemli.org>2022-10-27 22:13:16 +0200
commit6b562fb70b5d3b60268c8abf910ec471368d4e51 (patch)
treef7c1aa04d7cbdcbdd1368cd58a63994a7ebd3ed9 /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parent270246ddd9be86e8267f8a82f459bf8455a9582d (diff)
downloadnixlib-6b562fb70b5d3b60268c8abf910ec471368d4e51.tar
nixlib-6b562fb70b5d3b60268c8abf910ec471368d4e51.tar.gz
nixlib-6b562fb70b5d3b60268c8abf910ec471368d4e51.tar.bz2
nixlib-6b562fb70b5d3b60268c8abf910ec471368d4e51.tar.lz
nixlib-6b562fb70b5d3b60268c8abf910ec471368d4e51.tar.xz
nixlib-6b562fb70b5d3b60268c8abf910ec471368d4e51.tar.zst
nixlib-6b562fb70b5d3b60268c8abf910ec471368d4e51.zip
haskell.packages.ghc924.dbus: 1.2.26 -> 1.2.27
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index 503d6520d47d..4a3f07e058f4 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -87,7 +87,7 @@ self: super: {
   constraints = doJailbreak super.constraints;
   cpphs = overrideCabal (drv: { postPatch = "sed -i -e 's,time >=1.5 && <1.11,time >=1.5 \\&\\& <1.12,' cpphs.cabal";}) super.cpphs;
   data-fix = doJailbreak super.data-fix;
-  dbus = self.dbus_1_2_26;
+  dbus = self.dbus_1_2_27;
   dec = doJailbreak super.dec;
   ed25519 = doJailbreak super.ed25519;
   ghc-byteorder = doJailbreak super.ghc-byteorder;