1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00

Switch to LTS 14 and bump versions to 0.2.0.1

This commit is contained in:
Greg Steuck 2019-09-07 22:22:56 +00:00
parent 7e1d92c6c2
commit 3ed9489691
8 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,8 @@
## v0.2.0.1
- Switch to tensorflow 1.14.0.
- Compatibility with stackage LTS-13.13.
- Compatibility with stackage LTS-14.4.
- Switch to proto-lens 0.4.
## v0.2.0.0
- Switch to tensorflow 1.9.

View File

@ -1,4 +1,4 @@
resolver: lts-13.13
resolver: lts-14.4
packages:
- tensorflow

View File

@ -1,5 +1,5 @@
name: tensorflow-core-ops
version: 0.2.0.0
version: 0.2.0.1
synopsis: Haskell wrappers for Core Tensorflow Ops.
description: Code generated signatures for the Ops in libtensorflow.
homepage: https://github.com/tensorflow/haskell#readme

View File

@ -1,5 +1,5 @@
name: tensorflow-logging
version: 0.2.0.0
version: 0.2.0.1
synopsis: TensorBoard related functionality.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme

View File

@ -1,5 +1,5 @@
name: tensorflow-opgen
version: 0.2.0.0
version: 0.2.0.1
synopsis: Code generation for TensorFlow operations.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme

View File

@ -1,5 +1,5 @@
name: tensorflow-ops
version: 0.2.0.0
version: 0.2.0.1
synopsis: Friendly layer around TensorFlow bindings.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme

View File

@ -1,5 +1,5 @@
name: tensorflow-proto
version: 0.2.0.0
version: 0.2.0.1
synopsis: TensorFlow protocol buffers.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme

View File

@ -1,5 +1,5 @@
name: tensorflow
version: 0.2.0.0
version: 0.2.0.1
synopsis: TensorFlow bindings.
description:
This library provides an interface to the TensorFlow