2018-05-19 01:20:11 +02:00
|
|
|
resolver: lts-11.9
|
2016-10-24 21:26:42 +02:00
|
|
|
|
|
|
|
packages:
|
|
|
|
- tensorflow
|
|
|
|
- tensorflow-core-ops
|
2017-02-21 04:16:42 +01:00
|
|
|
- tensorflow-logging
|
2016-10-24 21:26:42 +02:00
|
|
|
- tensorflow-opgen
|
|
|
|
- tensorflow-ops
|
|
|
|
- tensorflow-proto
|
|
|
|
- tensorflow-mnist
|
|
|
|
- tensorflow-mnist-input-data
|
2017-02-09 04:12:31 +01:00
|
|
|
- tensorflow-records
|
|
|
|
- tensorflow-records-conduit
|
2016-11-17 22:54:36 +01:00
|
|
|
- tensorflow-test
|
2016-10-24 21:26:42 +02:00
|
|
|
|
|
|
|
extra-deps:
|
2017-02-09 04:12:31 +01:00
|
|
|
- snappy-framing-0.1.1
|
|
|
|
- snappy-0.2.0.2
|
2018-05-19 01:20:11 +02:00
|
|
|
# `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
|
2017-08-03 07:47:55 +02:00
|
|
|
- proto-lens-protobuf-types-0.2.2.0
|
2017-08-08 18:48:59 +02:00
|
|
|
- proto-lens-protoc-0.2.2.3
|
2017-05-17 00:18:01 +02:00
|
|
|
|
|
|
|
# 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
|
2018-05-25 04:33:15 +02:00
|
|
|
|
|
|
|
nix:
|
|
|
|
enable: false
|
|
|
|
shell-file: shell.nix
|