From e60f4eef8de256f2b18fd1a3e60dd1261f5d92fe Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Sun, 22 Jul 2018 15:17:27 +0200 Subject: haskell: fix build of all tensorflow packages * Since this commit changes configuration-hackage2nix.yaml it requires a hackage-packages.nix upgrade. * Moved the tensorflow overrides out of configuration-ghc-8.2.x.nix and into the dedicated file configuration-tensorflow-ghc-8.2.x.nix for better readability. * Add overrides for all the packages in the tensorflow-haskell repository. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-common.nix') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0d9fb43be25e..5e44bc4da97a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -416,6 +416,9 @@ self: super: { # https://github.com/bos/snappy/issues/1 snappy = dontCheck super.snappy; + # https://github.com/kim/snappy-framing/issues/3 + snappy-framing = dontHaddock super.snappy-framing; + # https://ghc.haskell.org/trac/ghc/ticket/9625 vty = dontCheck super.vty; -- cgit 1.4.1