2017-04-11 23:09:01 +02:00
|
|
|
resolver: lts-8.6
|
2016-10-24 21:26:42 +02:00
|
|
|
|
|
|
|
packages:
|
|
|
|
- google-shim
|
|
|
|
- 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
|
|
|
|
- tensorflow-queue
|
2016-10-28 03:05:27 +02:00
|
|
|
- tensorflow-nn
|
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:
|
|
|
|
# proto-lens is not yet in Stackage.
|
2017-04-11 23:09:01 +02:00
|
|
|
- proto-lens-0.2.0.1
|
|
|
|
- proto-lens-protoc-0.2.0.1
|
|
|
|
- proto-lens-descriptors-0.2.0.1
|
2017-02-09 04:12:31 +01:00
|
|
|
- snappy-framing-0.1.1
|
|
|
|
- snappy-0.2.0.2
|
2017-04-11 23:09:01 +02:00
|
|
|
- lens-labels-0.1.0.1
|
2016-10-24 21:26:42 +02:00
|
|
|
|
|
|
|
# Allow our custom Setup.hs scripts to import Data.ProtoLens.Setup from the version of
|
|
|
|
# `proto-lens-protoc` in stack's local DB. See:
|
|
|
|
# https://github.com/google/proto-lens/blob/master/README.md#using-cabal
|
|
|
|
explicit-setup-deps:
|
|
|
|
"*": true
|
|
|
|
|
2016-10-26 20:13:42 +02:00
|
|
|
# For Mac OS X, whose linker doesn't use this path by default:
|
|
|
|
extra-lib-dirs:
|
|
|
|
- /usr/local/lib
|
2017-02-13 07:17:38 +01:00
|
|
|
extra-include-dirs:
|
|
|
|
- /usr/local/include
|