cabal-version: 2.2
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
-- This file has been AUTO-GENERATED by dhall-to-cabal.
--
-- Do not edit it by hand, because your changes will be over-written!
--
-- Instead, edit the source Dhall file, namely
-- 'ffi/types/th/hasktorch-types-th.dhall', and re-generate this file by running
-- 'dhall-to-cabal -- ffi/types/th/hasktorch-types-th.dhall > hasktorch-types-th.cabal'.
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
name: hasktorch-types-th
version: 0.0.1.0
license: BSD-3-Clause
maintainer: Sam Stites <fnz@fgvgrf.vb>, Austin Huang <nhfgvau@nyhz.zvg.rqh> - cipher:ROT13
author: Hasktorch dev team
homepage: https://github.com/hasktorch/hasktorch#readme
bug-reports: https://github.com/hasktorch/hasktorch/issues
synopsis: C-types for Torch
description:
Includes core C-types generated from c2hsc.
category: Tensors, Machine Learning, AI, FFI
build-type: Simple
source-repository head
type: git
location: https://github.com/hasktorch/hasktorch
library
exposed-modules:
Torch.Types.TH.Byte
Torch.Types.TH.Char
Torch.Types.TH.Short
Torch.Types.TH.Int
Torch.Types.TH.Long
Torch.Types.TH.Float
Torch.Types.TH.Double
Torch.Types.TH
Torch.Types.TH.Structs
Torch.Types.Numeric
build-tools: c2hs -any
c-sources:
cbits/state_free.c
hs-source-dirs: src
other-modules:
Paths_hasktorch_types_th
autogen-modules:
Paths_hasktorch_types_th
default-language: Haskell2010
default-extensions: KindSignatures DataKinds
build-depends:
base (==4.7 || >4.7) && <5,
inline-c ==0.5 || >0.5