about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-06-09 12:09:32 +0200
committersternenseemann <sternenseemann@systemli.org>2023-06-09 12:09:32 +0200
commita4133494813b60488b2c511c55e4dbafdfa20aae (patch)
treecad13447149d33c94d577222c8ea0a3edfada8ab /pkgs/development/haskell-modules
parentadc82e6806a9a75ec7c72f7cc30c7f43db2c1fed (diff)
downloadnixlib-a4133494813b60488b2c511c55e4dbafdfa20aae.tar
nixlib-a4133494813b60488b2c511c55e4dbafdfa20aae.tar.gz
nixlib-a4133494813b60488b2c511c55e4dbafdfa20aae.tar.bz2
nixlib-a4133494813b60488b2c511c55e4dbafdfa20aae.tar.lz
nixlib-a4133494813b60488b2c511c55e4dbafdfa20aae.tar.xz
nixlib-a4133494813b60488b2c511c55e4dbafdfa20aae.tar.zst
nixlib-a4133494813b60488b2c511c55e4dbafdfa20aae.zip
haskell.packages.ghc94.ghc-exactprint: 1.6.1.1 -> 1.6.1.3
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index 230e0f324f63..4873fff3b3e1 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -172,7 +172,7 @@ in {
   ghc-exactprint = overrideCabal (drv: {
     libraryHaskellDepends = with self; [ HUnit data-default fail filemanip free ghc-paths ordered-containers silently syb Diff ];
   })
-    self.ghc-exactprint_1_6_1_1;
+    self.ghc-exactprint_1_6_1_3;
 
   # needed to build servant
   http-api-data = super.http-api-data_0_5_1;