From 7ae5e45f9a9c5f3f25f3dbc8aa7212210d6d409f Mon Sep 17 00:00:00 2001 From: Dmitry Ivankov Date: Sat, 8 May 2021 18:37:10 +0200 Subject: [PATCH] haskellPackages.Frames-streamly: fix build - use relude_1_0_0_1 to satisfy bounds - add missing file example_data/acs100k.csv [upstream issue](https://github.com/adamConnerSax/Frames-streamly/issues/1) https://hydra.nixos.org/build/142525099/nixlog/1 ZHF: #122042 --- .../development/haskell-modules/configuration-common.nix | 9 +++++++++ .../configuration-hackage2nix/broken.yaml | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0f2aa45b4bc..4c93e6fa77a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1870,4 +1870,13 @@ self: super: { ShellCheck = self.ShellCheck_0_7_1; }; + Frames-streamly = overrideCabal (super.Frames-streamly.override { relude = super.relude_1_0_0_1; }) (drv: { + # https://github.com/adamConnerSax/Frames-streamly/issues/1 + patchPhase = '' +cat > example_data/acs100k.csv <