From e6e64d5e45ccfc3c435bdc88bb6f216a3f0c4c20 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 11 Jun 2018 10:50:18 +0200 Subject: [PATCH] haskell-pandoc-types: 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 b0dc20128fc..68fa2385179 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -418,7 +418,7 @@ self: super: { hspec-smallcheck = self.hspec-smallcheck_0_5_2; matrix = self.matrix_0_3_6_1; pandoc = self.pandoc_2_2_1; - pandoc-types = self.pandoc-types_1_17_4_2; + pandoc-types = self.pandoc-types_1_17_5_1; wl-pprint-text = self.wl-pprint-text_1_2_0_0; # https://github.com/xmonad/xmonad/issues/155