summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 10:41:11 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit2745a36f2c4b3469fdb04ed91ebcdd5f02b28922 (patch)
treee8e1bd715c624e555d8241c75e4809f308b833aa
parent2e0f10b3d73714e2690be4e079d9cda09cd0dd58 (diff)
downloadnixpkgs-2745a36f2c4b3469fdb04ed91ebcdd5f02b28922.tar
nixpkgs-2745a36f2c4b3469fdb04ed91ebcdd5f02b28922.tar.gz
nixpkgs-2745a36f2c4b3469fdb04ed91ebcdd5f02b28922.tar.bz2
nixpkgs-2745a36f2c4b3469fdb04ed91ebcdd5f02b28922.tar.lz
nixpkgs-2745a36f2c4b3469fdb04ed91ebcdd5f02b28922.tar.xz
nixpkgs-2745a36f2c4b3469fdb04ed91ebcdd5f02b28922.tar.zst
nixpkgs-2745a36f2c4b3469fdb04ed91ebcdd5f02b28922.zip
ghc-8.6.x: we need the latest pandoc version for this compiler
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index a966cdd934f..6936a5da2f0 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -107,4 +107,7 @@ self: super: {
     sha256 = "0gnsgga8x2yxyg27pya6rhmxfsxf167vsi4xdj98fn8v0j7zz1v1";
   });
 
+  # https://github.com/jgm/pandoc/issues/4974
+  pandoc = doJailbreak super.pandoc_2_3_1;
+
 }