1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-01 02:23:35 +02:00
tensorflow-haskell/tensorflow-test/tensorflow-test.cabal
Judah Jacobson 0fa719b701 Fix .cabal files so 'stack check' passes. (#110)
- Add LICENSE files for all packages.
- Add descriptions for packages that were missing one.
- Work around google/proto-lens#69 by symlinking third_party into
  tensorflow-proto.
2017-05-10 11:37:00 -07:00

28 lines
874 B
Plaintext

name: tensorflow-test
version: 0.1.0.0
synopsis: Some common functions for test suites.
description: This package provides common utility functions for the
TensorFlow test suites.
homepage: https://github.com/tensorflow/haskell#readme
license: Apache
license-file: LICENSE
author: TensorFlow authors
maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
library
hs-source-dirs: src
exposed-modules: TensorFlow.Test
build-depends: base >= 4.7 && < 5
, HUnit
, vector
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/tensorflow/haskell