mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-05 10:39:44 +01:00
8e1d85b5e5
* Add stack --nix support * Update README for nix shell
35 lines
818 B
YAML
35 lines
818 B
YAML
resolver: lts-11.9
|
|
|
|
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
|
|
# `haskell-src-exts < 1.20` is needed due the dependency on
|
|
# `proto-lens-protoc < 0.3` in the `tensorflow-proto` package:
|
|
- haskell-src-exts-1.19.1
|
|
- proto-lens-protobuf-types-0.2.2.0
|
|
- proto-lens-protoc-0.2.2.3
|
|
|
|
# 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
|
|
|
|
nix:
|
|
enable: false
|
|
shell-file: shell.nix
|