Skip to content

Commit

Permalink
Bump all of the versions to 0.2.0.0 (tensorflow#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkm3 authored Aug 3, 2018
1 parent c731a6f commit 85bf0bb
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 26 deletions.
5 changes: 1 addition & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# ChangeLog

## v0.2.0.1
- Switch to tensorflow 1.9.

## v0.2.0.0
- Switch to tensorflow 1.8.
- Switch to tensorflow 1.9.
- Switch to proto-lens 0.2.2.
- Compatibility with stackage LTS-11.
- Expand the `Rendered` class and add a `ToTensor` class to let more functions
Expand Down
8 changes: 4 additions & 4 deletions tensorflow-core-ops/tensorflow-core-ops.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tensorflow-core-ops
version: 0.1.0.0
version: 0.2.0.0
synopsis: Haskell wrappers for Core Tensorflow Ops.
description: Code generated signatures for the Ops in libtensorflow.
homepage: https://github.com/tensorflow/haskell#readme
Expand All @@ -16,7 +16,7 @@ library
exposed-modules: TensorFlow.GenOps.Core
build-depends: bytestring
, proto-lens == 0.2.*
, tensorflow == 0.1.*
, tensorflow == 0.2.*
, base >= 4.7 && < 5
, lens-family
, text
Expand All @@ -27,8 +27,8 @@ custom-setup
, bytestring
, directory
, proto-lens == 0.2.*
, tensorflow-opgen == 0.1.*
, tensorflow == 0.1.*
, tensorflow-opgen == 0.2.*
, tensorflow == 0.2.*
, base >= 4.7 && < 5
, filepath
, mainland-pretty
Expand Down
12 changes: 6 additions & 6 deletions tensorflow-logging/tensorflow-logging.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tensorflow-logging
version: 0.1.0.0
version: 0.2.0.0
synopsis: TensorBoard related functionality.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme
Expand Down Expand Up @@ -29,11 +29,11 @@ library
, stm
, stm-chans
, stm-conduit
, tensorflow == 0.1.*
, tensorflow-core-ops == 0.1.*
, tensorflow-ops == 0.1.*
, tensorflow-proto == 0.1.*
, tensorflow-records-conduit
, tensorflow == 0.2.*
, tensorflow-core-ops == 0.2.*
, tensorflow-ops == 0.2.*
, tensorflow-proto == 0.2.*
, tensorflow-records-conduit == 0.1.*
, text
, time
, transformers
Expand Down
6 changes: 3 additions & 3 deletions tensorflow-mnist/tensorflow-mnist.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ library
, lens-family
, containers
, split
, tensorflow-proto == 0.1.*
, tensorflow-core-ops == 0.1.*
, tensorflow
, tensorflow-proto == 0.2.*
, tensorflow-core-ops == 0.2.*
, tensorflow == 0.2.*
, text
, vector
, zlib
Expand Down
4 changes: 2 additions & 2 deletions tensorflow-opgen/tensorflow-opgen.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tensorflow-opgen
version: 0.1.0.0
version: 0.2.0.0
synopsis: Code generation for TensorFlow operations.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme
Expand All @@ -17,7 +17,7 @@ library
exposed-modules: TensorFlow.OpGen.ParsedOp
, TensorFlow.OpGen
build-depends: proto-lens == 0.2.*
, tensorflow-proto == 0.1.*
, tensorflow-proto == 0.2.*
, base >= 4.7 && < 5
, bytestring
, containers
Expand Down
8 changes: 4 additions & 4 deletions tensorflow-ops/tensorflow-ops.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tensorflow-ops
version: 0.1.0.0
version: 0.2.0.0
synopsis: Friendly layer around TensorFlow bindings.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme
Expand Down Expand Up @@ -29,9 +29,9 @@ library
, data-default
, lens-family
, containers
, tensorflow == 0.1.*
, tensorflow-proto == 0.1.*
, tensorflow-core-ops == 0.1.*
, tensorflow == 0.2.*
, tensorflow-proto == 0.2.*
, tensorflow-core-ops == 0.2.*
, text
default-language: Haskell2010

Expand Down
2 changes: 1 addition & 1 deletion tensorflow-proto/tensorflow-proto.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tensorflow-proto
version: 0.1.0.0
version: 0.2.0.0
synopsis: TensorFlow protocol buffers.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme
Expand Down
4 changes: 2 additions & 2 deletions tensorflow/tensorflow.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tensorflow
version: 0.1.0.2
version: 0.2.0.0
synopsis: TensorFlow bindings.
description:
This library provides an interface to the TensorFlow
Expand Down Expand Up @@ -37,7 +37,7 @@ library
other-modules: TensorFlow.Internal.Raw
build-tools: c2hs
build-depends: proto-lens == 0.2.*
, tensorflow-proto == 0.1.*
, tensorflow-proto == 0.2.*
, base >= 4.7 && < 5
, async
, attoparsec
Expand Down

0 comments on commit 85bf0bb

Please sign in to comment.