summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2020-02-11 12:51:43 +0900
committerPeter Simons <simons@cryp.to>2020-02-28 20:31:22 +0100
commita0171c64394b279dd2971eec11d0f46f30cc8aa4 (patch)
treec7cdd5fa215d899515478e8c2b068107a0e5735e /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent025faad9a9d35b15e00dc0d0f1a5b5282378c87e (diff)
downloadnixpkgs-a0171c64394b279dd2971eec11d0f46f30cc8aa4.tar
nixpkgs-a0171c64394b279dd2971eec11d0f46f30cc8aa4.tar.gz
nixpkgs-a0171c64394b279dd2971eec11d0f46f30cc8aa4.tar.bz2
nixpkgs-a0171c64394b279dd2971eec11d0f46f30cc8aa4.tar.lz
nixpkgs-a0171c64394b279dd2971eec11d0f46f30cc8aa4.tar.xz
nixpkgs-a0171c64394b279dd2971eec11d0f46f30cc8aa4.tar.zst
nixpkgs-a0171c64394b279dd2971eec11d0f46f30cc8aa4.zip
haskellPackages.prettyprinter: make sure everything depends on this correctly
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 89b2e0b69c8..613c7619273 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -93,7 +93,7 @@ self: super: {
   optparse-applicative = self.optparse-applicative_0_15_1_0;
   pandoc = dontCheck super.pandoc_2_9_1_1;        # https://github.com/jgm/pandoc/issues/6086
   pandoc-types = self.pandoc-types_1_20;
-  prettyprinter = self.prettyprinter_1_6_0;
+  prettyprinter = self.prettyprinter_1_6_1;
   primitive = dontCheck super.primitive_0_7_0_0;  # evaluating the test suite gives an infinite recursion
   regex-base = self.regex-base_0_94_0_0;
   regex-compat = self.regex-compat_0_95_2_0;