about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-17 08:00:39 +0100
committerPeter Simons <simons@cryp.to>2018-03-17 08:21:23 +0100
commitfe0be794fbed99404b6e7708a7a2931d8b1a19bb (patch)
tree5a7b78183747ae949fceb43f7f4126b27950c315 /pkgs/development/haskell-modules
parentf3f5d68ca3b78da62ad0c0423b59b923b699f658 (diff)
downloadnixlib-fe0be794fbed99404b6e7708a7a2931d8b1a19bb.tar
nixlib-fe0be794fbed99404b6e7708a7a2931d8b1a19bb.tar.gz
nixlib-fe0be794fbed99404b6e7708a7a2931d8b1a19bb.tar.bz2
nixlib-fe0be794fbed99404b6e7708a7a2931d8b1a19bb.tar.lz
nixlib-fe0be794fbed99404b6e7708a7a2931d8b1a19bb.tar.xz
nixlib-fe0be794fbed99404b6e7708a7a2931d8b1a19bb.tar.zst
nixlib-fe0be794fbed99404b6e7708a7a2931d8b1a19bb.zip
haskell-pandoc-types: update override for ghc 8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 6df7c90536e2..a2b70fe4b741 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -733,6 +733,6 @@ self: super: {
     });
 
   # https://github.com/jgm/pandoc-types/issues/37
-  pandoc-types = self.pandoc-types_1_17_4;
+  pandoc-types = self.pandoc-types_1_17_4_1;
 
 }