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.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user