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

relax proto-lens constraints in additional places

This commit is contained in:
Yorick van Pelt 2019-09-02 16:32:30 +02:00
parent 01c73e11e3
commit 0dba27f38c
No known key found for this signature in database
GPG Key ID: A36E70F9DC014A15
5 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ cabal-version: >=1.24
library
exposed-modules: TensorFlow.GenOps.Core
build-depends: bytestring
, proto-lens == 0.4.*
, proto-lens >= 0.4.0 && < 0.6.0
, tensorflow == 0.2.*
, base >= 4.7 && < 5
, lens-family
@ -26,7 +26,7 @@ custom-setup
setup-depends: Cabal
, bytestring
, directory
, proto-lens == 0.4.*
, proto-lens >= 0.4.0 && < 0.6.0
, tensorflow-opgen == 0.2.*
, tensorflow == 0.2.*
, base >= 4.7 && < 5

View File

@ -24,7 +24,7 @@ library
, filepath
, hostname
, lens-family
, proto-lens == 0.4.*
, proto-lens >= 0.4.0 && < 0.6.0
, resourcet
, stm
, stm-chans

View File

@ -20,7 +20,7 @@ library
exposed-modules: TensorFlow.Examples.MNIST.Parse
, TensorFlow.Examples.MNIST.TrainedGraph
other-modules: Paths_tensorflow_mnist
build-depends: proto-lens == 0.4.*
build-depends: proto-lens >= 0.4.0 && < 0.6.0
, base >= 4.7 && < 5
, binary
, bytestring

View File

@ -16,7 +16,7 @@ library
hs-source-dirs: src
exposed-modules: TensorFlow.OpGen.ParsedOp
, TensorFlow.OpGen
build-depends: proto-lens == 0.4.*
build-depends: proto-lens >= 0.4.0 && < 0.6.0
, tensorflow-proto == 0.2.*
, base >= 4.7 && < 5
, bytestring

View File

@ -21,7 +21,7 @@ library
, TensorFlow.NN
, TensorFlow.Queue
, TensorFlow.Variable
build-depends: proto-lens == 0.4.*
build-depends: proto-lens >= 0.4.0 && < 0.6.0
, base >= 4.7 && < 5
, bytestring
, fgl