Skip to content

Commit 7e1d92c

Browse files
yorickvPblackgnezdo
authored andcommitted
Bump version constraints for proto-lens-* (tensorflow#247)
1 parent 26eebce commit 7e1d92c

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

tensorflow-core-ops/tensorflow-core-ops.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cabal-version: >=1.24
1515
library
1616
exposed-modules: TensorFlow.GenOps.Core
1717
build-depends: bytestring
18-
, proto-lens == 0.4.*
18+
, proto-lens >= 0.4.0 && < 0.6.0
1919
, tensorflow == 0.2.*
2020
, base >= 4.7 && < 5
2121
, lens-family
@@ -26,7 +26,7 @@ custom-setup
2626
setup-depends: Cabal
2727
, bytestring
2828
, directory
29-
, proto-lens == 0.4.*
29+
, proto-lens >= 0.4.0 && < 0.6.0
3030
, tensorflow-opgen == 0.2.*
3131
, tensorflow == 0.2.*
3232
, base >= 4.7 && < 5

tensorflow-logging/tensorflow-logging.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library
2424
, filepath
2525
, hostname
2626
, lens-family
27-
, proto-lens == 0.4.*
27+
, proto-lens >= 0.4.0 && < 0.6.0
2828
, resourcet
2929
, stm
3030
, stm-chans

tensorflow-mnist/tensorflow-mnist.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ library
2020
exposed-modules: TensorFlow.Examples.MNIST.Parse
2121
, TensorFlow.Examples.MNIST.TrainedGraph
2222
other-modules: Paths_tensorflow_mnist
23-
build-depends: proto-lens == 0.4.*
23+
build-depends: proto-lens >= 0.4.0 && < 0.6.0
2424
, base >= 4.7 && < 5
2525
, binary
2626
, bytestring

tensorflow-opgen/tensorflow-opgen.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ library
1616
hs-source-dirs: src
1717
exposed-modules: TensorFlow.OpGen.ParsedOp
1818
, TensorFlow.OpGen
19-
build-depends: proto-lens == 0.4.*
19+
build-depends: proto-lens >= 0.4.0 && < 0.6.0
2020
, tensorflow-proto == 0.2.*
2121
, base >= 4.7 && < 5
2222
, bytestring

tensorflow-ops/tensorflow-ops.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library
2121
, TensorFlow.NN
2222
, TensorFlow.Queue
2323
, TensorFlow.Variable
24-
build-depends: proto-lens == 0.4.*
24+
build-depends: proto-lens >= 0.4.0 && < 0.6.0
2525
, base >= 4.7 && < 5
2626
, bytestring
2727
, fgl

tensorflow-proto/tensorflow-proto.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ library
9797
, Proto.Tensorflow.Core.Util.SavedTensorSlice_Fields
9898
, Proto.Tensorflow.Core.Util.TestLog
9999
, Proto.Tensorflow.Core.Util.TestLog_Fields
100-
build-depends: proto-lens == 0.4.*
101-
, proto-lens-runtime == 0.4.*
102-
, proto-lens-protobuf-types == 0.4.*
100+
build-depends: proto-lens >= 0.4.0 && < 0.6.0
101+
, proto-lens-runtime >= 0.4.0 && < 0.6.0
102+
, proto-lens-protobuf-types >= 0.4.0 && < 0.6.0
103103
, base >= 4.7 && < 5
104104
default-language: Haskell2010
105105
include-dirs: .

tensorflow/tensorflow.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library
3636
, TensorFlow.Types
3737
other-modules: TensorFlow.Internal.Raw
3838
build-tools: c2hs
39-
build-depends: proto-lens == 0.4.*
39+
build-depends: proto-lens >= 0.4.0 && < 0.6.0
4040
, tensorflow-proto == 0.2.*
4141
, base >= 4.7 && < 5
4242
, async

0 commit comments

Comments
 (0)