Updated tensorflow-core-ops to proto-lens 0.7

This commit is contained in:
skynet1 2020-08-24 12:08:49 -05:00
parent b109bf054e
commit 13c0d9839f
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ library
exposed-modules: TensorFlow.GenOps.Core
autogen-modules: TensorFlow.GenOps.Core
build-depends: bytestring
, proto-lens == 0.6.*
, proto-lens == 0.7.*
, tensorflow == 0.2.*
, base >= 4.7 && < 5
, lens-family == 2.*
@ -27,7 +27,7 @@ custom-setup
setup-depends: Cabal
, bytestring
, directory
, proto-lens == 0.6.*
, proto-lens == 0.7.*
, tensorflow-opgen == 0.2.*
, tensorflow == 0.2.*
, base >= 4.7 && < 5