mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
64971c876a
- Merge tensorflow-nn and tensorflow-queue into tensorflow-ops. They don't add extra dependencies and each contain a single module, so I don't think it's worth separating them at the package level. - Remove google-shim in favor of direct use of test-framework.
24 lines
457 B
YAML
24 lines
457 B
YAML
resolver: lts-8.13
|
|
|
|
packages:
|
|
- tensorflow
|
|
- tensorflow-core-ops
|
|
- tensorflow-logging
|
|
- tensorflow-opgen
|
|
- tensorflow-ops
|
|
- tensorflow-proto
|
|
- tensorflow-mnist
|
|
- tensorflow-mnist-input-data
|
|
- tensorflow-records
|
|
- tensorflow-records-conduit
|
|
- tensorflow-test
|
|
|
|
extra-deps:
|
|
- snappy-framing-0.1.1
|
|
- snappy-0.2.0.2
|
|
|
|
# For Mac OS X, whose linker doesn't use this path by default:
|
|
extra-lib-dirs:
|
|
- /usr/local/lib
|
|
extra-include-dirs:
|
|
- /usr/local/include
|