Upgraded tensorflow-mnist to proto-lens 0.7 so it will compile.

This commit is contained in:
skynet1 2020-08-26 13:25:09 -05:00
parent aee6d65e0b
commit 06c4f2a285
1 changed files with 1 additions and 1 deletions

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.6.*
build-depends: proto-lens == 0.7.*
, base >= 4.7 && < 5
, binary
, bytestring