mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-16 07:59:46 +01:00
7328cb277f
- Avoid using a deprecated Cabal function - Use newer versions of proto-lens packages in stack.yaml - Work around a new type-level warning that affects `OneOf/TensorTypes`.
32 lines
752 B
YAML
32 lines
752 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
|
|
# TODO: Remove these once the new versions are in lts-9.
|
|
- proto-lens-protobuf-types-0.2.2.0
|
|
- proto-lens-0.2.2.0
|
|
- proto-lens-descriptors-0.2.2.0
|
|
- proto-lens-protoc-0.2.2.3
|
|
- lens-labels-0.1.0.2
|
|
|
|
# For Mac OS X, whose linker doesn't use this path by default
|
|
# unless you run `xcode-select --install`.
|
|
# TODO: remove this once we stop depending on `snappy`.
|
|
extra-lib-dirs:
|
|
- /usr/local/lib
|
|
extra-include-dirs:
|
|
- /usr/local/include
|