From d83d20c11b426297784b7bc19c2b13254c67ebf6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 May 2018 15:27:40 +0200 Subject: [PATCH] haskell-pandoc: update override for ghc-8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 12fd5974830..25ac8b2269f 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -451,7 +451,7 @@ self: super: { hpack = self.hpack_0_28_2; hspec-smallcheck = self.hspec-smallcheck_0_5_2; matrix = self.matrix_0_3_6_1; - pandoc = self.pandoc_2_2; + pandoc = self.pandoc_2_2_1; pandoc-types = self.pandoc-types_1_17_4_2; wl-pprint-text = self.wl-pprint-text_1_2_0_0; base-compat = self.base-compat_0_10_1;