Merge pull request #43970 from LumiGuide/tensorflow-haskell-improvements

haskell: fix build of all tensorflow packages
This commit is contained in:
Peter Simons
2018-07-22 20:25:20 +02:00
committed by GitHub
5 changed files with 455 additions and 132 deletions
@@ -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;