From 0002a7d9ee08b26c0f6ff267d8f024cc4aee9a5c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 6 Oct 2019 11:15:08 +0200 Subject: [PATCH] haskell-regex-pcre-builtin: fix build with ghc 8.8.1 --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index bdb90250d83..cc047e0abc1 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -157,6 +157,7 @@ self: super: { lens = self.lens_4_18_1; memory = self.memory_0_15_0; microlens = self.microlens_0_4_11_2; + regex-pcre-builtin = self.regex-pcre-builtin_0_95_0_8_8_35; shelly = self.shelly_1_9_0; string-qq = self.string-qq_0_0_4; tls = self.tls_1_5_1;