From a7a2be2110e29038a0705a37425ff2a0aed748a6 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Wed, 10 May 2017 16:50:35 -0700 Subject: [PATCH] Include c_api.h in the tensorflow sdist. (#114) Also bumps up the version of the 'tensorflow' package to 0.1.0.1. --- tensorflow/tensorflow.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tensorflow/tensorflow.cabal b/tensorflow/tensorflow.cabal index 79bb48c..2ce4bb1 100644 --- a/tensorflow/tensorflow.cabal +++ b/tensorflow/tensorflow.cabal @@ -1,5 +1,5 @@ name: tensorflow -version: 0.1.0.0 +version: 0.1.0.1 synopsis: TensorFlow bindings. description: This library provides an interface to the TensorFlow @@ -19,6 +19,7 @@ copyright: Google Inc. category: Machine Learning build-type: Simple cabal-version: >=1.22 +extra-source-files: third_party/tensorflow/c/c_api.h library hs-source-dirs: src