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:08:37 +0200
committersternenseemann <sternenseemann@systemli.org>2023-06-09 12:08:51 +0200
commitadc82e6806a9a75ec7c72f7cc30c7f43db2c1fed (patch)
tree0ed8879249e664aa82834b22ed8902ee6912bc58 /pkgs/development/haskell-modules
parent68b6b4b7f129a76f27f94b3c805cecce92d23f3c (diff)
downloadnixpkgs-adc82e6806a9a75ec7c72f7cc30c7f43db2c1fed.tar
nixpkgs-adc82e6806a9a75ec7c72f7cc30c7f43db2c1fed.tar.gz
nixpkgs-adc82e6806a9a75ec7c72f7cc30c7f43db2c1fed.tar.bz2
nixpkgs-adc82e6806a9a75ec7c72f7cc30c7f43db2c1fed.tar.lz
nixpkgs-adc82e6806a9a75ec7c72f7cc30c7f43db2c1fed.tar.xz
nixpkgs-adc82e6806a9a75ec7c72f7cc30c7f43db2c1fed.tar.zst
nixpkgs-adc82e6806a9a75ec7c72f7cc30c7f43db2c1fed.zip
haskell.packages.ghc96.ghc-exactprint: 1.7.0.0 -> 1.7.0.1
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 2fa5a3a6a4f..6a24c56387a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -185,7 +185,7 @@ self: super: {
 
   ghc-exactprint = unmarkBroken (addBuildDepends (with self.ghc-exactprint.scope; [
    HUnit Diff data-default extra fail free ghc-paths ordered-containers silently syb
-  ]) super.ghc-exactprint_1_7_0_0);
+  ]) super.ghc-exactprint_1_7_0_1);
 
   inherit (pkgs.lib.mapAttrs (_: doJailbreak ) super)
     hls-cabal-plugin