From 5761cd818f3d876b472b06cfba654713cf197c3f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 9 May 2019 15:25:08 +0000 Subject: [PATCH] haskell-unordered-containers: update to fix the build with ghc-8.8.x --- 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 c1190ac497c..2872eaf29a2 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -150,5 +150,6 @@ self: super: { url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-tdfa-1.2.3.1.patch"; sha256 = "1lhas4s2ms666prb475gaw2bqw1v4y8cxi66sy20j727sx7ppjs7"; }); + unordered-containers = self.unordered-containers_0_2_10_0; }