summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-12-03 11:44:49 +0100
committerPeter Simons <simons@cryp.to>2019-12-03 11:45:29 +0100
commit2c5b9702ef8604d45d5f9b62260f6a6195b291b4 (patch)
tree717d50c72f4bf14a84da660d9de9dcfa06260682 /pkgs/development/haskell-modules
parent120eda95a6596cc5c56994ed2b32c0de0e9f8e40 (diff)
downloadnixpkgs-2c5b9702ef8604d45d5f9b62260f6a6195b291b4.tar
nixpkgs-2c5b9702ef8604d45d5f9b62260f6a6195b291b4.tar.gz
nixpkgs-2c5b9702ef8604d45d5f9b62260f6a6195b291b4.tar.bz2
nixpkgs-2c5b9702ef8604d45d5f9b62260f6a6195b291b4.tar.lz
nixpkgs-2c5b9702ef8604d45d5f9b62260f6a6195b291b4.tar.xz
nixpkgs-2c5b9702ef8604d45d5f9b62260f6a6195b291b4.tar.zst
nixpkgs-2c5b9702ef8604d45d5f9b62260f6a6195b291b4.zip
haskell-prettyprinter: use latest version when building with ghc-8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 insertions, 0 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 617ca63c27f..e06b14944b0 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -80,6 +80,7 @@ self: super: {
   optparse-applicative = self.optparse-applicative_0_15_1_0;
   pandoc = self.pandoc_2_8_0_1;
   pandoc-types = self.pandoc-types_1_20;
+  prettyprinter = self.prettyprinter_1_5_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-pcre-builtin = self.regex-pcre-builtin_0_95_1_1_8_43;