From aa28354614e22b296c0dc80d1e049cdce3a8f007 Mon Sep 17 00:00:00 2001 From: skynet1 Date: Mon, 24 Aug 2020 12:09:14 -0500 Subject: [PATCH] Updated tensorflow-ops to proto-lens 0.7 --- tensorflow-ops/tensorflow-ops.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow-ops/tensorflow-ops.cabal b/tensorflow-ops/tensorflow-ops.cabal index e707ae6..0691ffe 100644 --- a/tensorflow-ops/tensorflow-ops.cabal +++ b/tensorflow-ops/tensorflow-ops.cabal @@ -21,7 +21,7 @@ library , TensorFlow.NN , TensorFlow.Queue , TensorFlow.Variable - build-depends: proto-lens == 0.6.* + build-depends: proto-lens == 0.7.* , base >= 4.7 && < 5 , bytestring , fgl