mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Include c_api.h in the tensorflow sdist. (#114)
Also bumps up the version of the 'tensorflow' package to 0.1.0.1.
This commit is contained in:
parent
aa9efa3aa1
commit
a7a2be2110
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue