1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-30 16:38:34 +02:00
tensorflow-haskell/tensorflow-ops
Judah Jacobson 5b4017e31b Fix the build on ghc-8.0.1 (#38). (#40)
Two issues:
- The definition of `\\` was missing parentheses.  It was probably a bug
  that this used to worked in ghc-7.10.
- Set `-fconstraint-solver-iterations=0` to work around
  https://ghc.haskell.org/trac/ghc/ticket/12175.  It looks like we can
  trigger that bug when defining a significantly complicated op.  Specifically,
  our type shenanigans ("OneOf") along with lens setters (for OpDef) seem
  to confuse GHC.

Still TODO: automate testing of different ghc versions to prevent a regression.
2016-11-21 22:20:08 -08:00
..
src/TensorFlow Fix Ref and Build semantics for generated code. (#37) 2016-11-21 10:19:15 -08:00
tests Refactor OpGen. (#36) 2016-11-20 10:00:22 -08:00
Setup.hs Initial commit 2016-10-24 19:26:42 +00:00
tensorflow-ops.cabal Fix the build on ghc-8.0.1 (#38). (#40) 2016-11-21 22:20:08 -08:00