1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2024-11-26 21:09:44 +01:00
tensorflow-haskell/tensorflow/src/TensorFlow
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
..
Internal Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
Build.hs Initial commit 2016-10-24 19:26:42 +00:00
BuildOp.hs Support ResourceHandle. (#18) 2016-11-08 16:48:41 -08:00
ControlFlow.hs Initial commit 2016-10-24 19:26:42 +00:00
Core.hs Added sessionTracer to log graph operations. (#26) 2016-11-14 15:14:51 -08:00
Nodes.hs Initial commit 2016-10-24 19:26:42 +00:00
Orphans.hs Initial commit 2016-10-24 19:26:42 +00:00
Output.hs Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
Session.hs Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
Tensor.hs Initial commit 2016-10-24 19:26:42 +00:00
Types.hs Fix the build on ghc-8.0.1 (#38). (#40) 2016-11-21 22:20:08 -08:00