1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-25 05:58:33 +02:00
tensorflow-haskell/tensorflow-ops/tests
Judah Jacobson 1539783ee5 Update type constraints to work around a ghc-8 bug. (#47)
Also removes all the ghc-8-specific logic in the .cabal files.

ghc-8 has issues with deeply nested tuples of constraints.  We can
work around it by:
- Changing TensorTypes to a regular class.  This required FlexibleContexts.
  (But we'll probably need it anyway when we support heterogeneous tensor
  lists.)
- Specializing NoneOf for long type lists.

For more details, see: https://ghc.haskell.org/trac/ghc/ticket/12175.

Also added 'directory' to tensorflow-core-ops' dependencies since it's used
in the Setup script.

One more step towards fixing #38.
2016-11-28 21:15:09 -08:00
..
ArrayOpsTest.hs Refactor OpGen. (#36) 2016-11-20 10:00:22 -08:00
BuildTest.hs Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
DataFlowOpsTest.hs Initial commit 2016-10-24 19:26:42 +00:00
EmbeddingOpsTest.hs Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
FeedFetchBench.hs Optimize fetching (#27) 2016-11-17 10:41:49 -08:00
GradientTest.hs Initial commit 2016-10-24 19:26:42 +00:00
MiscTest.hs Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
OpsTest.hs Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
TracingTest.hs Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
TypesTest.hs Update type constraints to work around a ghc-8 bug. (#47) 2016-11-28 21:15:09 -08:00