about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 10:22:13 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit88a93b14ae9552d1b07cae4ca46ddd91ed865f36 (patch)
treed566811364e9ce633ccdad88ee1a3d1a18ff6cc2 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parenta96f91df0fabf02df996c7169ae696f0f2c7b5a8 (diff)
downloadnixlib-88a93b14ae9552d1b07cae4ca46ddd91ed865f36.tar
nixlib-88a93b14ae9552d1b07cae4ca46ddd91ed865f36.tar.gz
nixlib-88a93b14ae9552d1b07cae4ca46ddd91ed865f36.tar.bz2
nixlib-88a93b14ae9552d1b07cae4ca46ddd91ed865f36.tar.lz
nixlib-88a93b14ae9552d1b07cae4ca46ddd91ed865f36.tar.xz
nixlib-88a93b14ae9552d1b07cae4ca46ddd91ed865f36.tar.zst
nixlib-88a93b14ae9552d1b07cae4ca46ddd91ed865f36.zip
ghc-8.6.x: jailbreak pandoc-types to fix the build (of the test suite)
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-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 21cdb339a822..2348384b117e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -95,4 +95,7 @@ self: super: {
   # https://github.com/skogsbaer/HTF/issues/69
   HTF = markBrokenVersion "0.13.2.4" super.HTF;
 
+  # https://github.com/jgm/pandoc-types/issues/52
+  pandoc-types = doJailbreak super.pandoc-types;
+
 }