forked from tensorflow/haskell
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtensorflow-opgen.cabal
34 lines (32 loc) · 1.11 KB
/
tensorflow-opgen.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: tensorflow-opgen
version: 0.3.0.0
synopsis: Code generation for TensorFlow operations.
description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme
license: Apache
license-file: LICENSE
author: TensorFlow authors
maintainer: [email protected]
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: 2.0
library
hs-source-dirs: src
exposed-modules: TensorFlow.OpGen.ParsedOp
, TensorFlow.OpGen
build-depends: proto-lens == 0.7.*
, tensorflow-proto == 0.3.*
, base >= 4.7 && < 5
, bytestring
, containers
, filepath
, lens-family == 2.*
, mainland-pretty
, optparse-applicative
, semigroups
, text
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/tensorflow/haskell