mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-06 02:59:41 +01:00
38 lines
889 B
YAML
38 lines
889 B
YAML
resolver: lts-8.6
|
|
|
|
packages:
|
|
- google-shim
|
|
- tensorflow
|
|
- tensorflow-core-ops
|
|
- tensorflow-logging
|
|
- tensorflow-opgen
|
|
- tensorflow-ops
|
|
- tensorflow-proto
|
|
- tensorflow-mnist
|
|
- tensorflow-mnist-input-data
|
|
- tensorflow-queue
|
|
- tensorflow-nn
|
|
- tensorflow-records
|
|
- tensorflow-records-conduit
|
|
- tensorflow-test
|
|
|
|
extra-deps:
|
|
# proto-lens is not yet in Stackage.
|
|
- proto-lens-0.2.0.1
|
|
- proto-lens-protoc-0.2.0.1
|
|
- proto-lens-descriptors-0.2.0.1
|
|
- snappy-framing-0.1.1
|
|
- snappy-0.2.0.2
|
|
- lens-labels-0.1.0.1
|
|
|
|
# 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
|
|
|
|
# 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
|