summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2018-07-22 15:17:27 +0200
committerBas van Dijk <v.dijk.bas@gmail.com>2018-07-22 16:37:51 +0200
commite60f4eef8de256f2b18fd1a3e60dd1261f5d92fe (patch)
tree8714cd828829a24851a08c81caac4f7120bf645d /pkgs/development/haskell-modules/configuration-common.nix
parentef802feaceba073e3e5178af1b5d65f27f5cc93b (diff)
downloadnixlib-e60f4eef8de256f2b18fd1a3e60dd1261f5d92fe.tar
nixlib-e60f4eef8de256f2b18fd1a3e60dd1261f5d92fe.tar.gz
nixlib-e60f4eef8de256f2b18fd1a3e60dd1261f5d92fe.tar.bz2
nixlib-e60f4eef8de256f2b18fd1a3e60dd1261f5d92fe.tar.lz
nixlib-e60f4eef8de256f2b18fd1a3e60dd1261f5d92fe.tar.xz
nixlib-e60f4eef8de256f2b18fd1a3e60dd1261f5d92fe.tar.zst
nixlib-e60f4eef8de256f2b18fd1a3e60dd1261f5d92fe.zip
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.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
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;