tensorflow-haskell/tensorflow-opgen/tensorflow-opgen.cabal

35 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-10-24 21:26:42 +02:00
name: tensorflow-opgen
version: 0.2.0.1
2016-10-24 21:26:42 +02:00
synopsis: Code generation for TensorFlow operations.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme
license: Apache
license-file: LICENSE
2016-10-24 21:26:42 +02:00
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.OpGen.ParsedOp
2016-10-24 21:26:42 +02:00
, TensorFlow.OpGen
build-depends: proto-lens == 0.6.*
, tensorflow-proto == 0.2.*
2016-10-24 21:26:42 +02:00
, base >= 4.7 && < 5
, bytestring
, containers
, filepath
, lens-family == 2.*
2016-10-24 21:26:42 +02:00
, mainland-pretty
, optparse-applicative
, semigroups
, text
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/tensorflow/haskell