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/thc/hasktorch-types-thc.dhall', and re-generate this file by running
-- 'dhall-to-cabal -- ffi/types/thc/hasktorch-types-thc.dhall > hasktorch-types-thc.cabal'.
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
name: hasktorch-types-thc
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 Cutorch
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.THC
Torch.Types.THCUNN
Torch.Types.THC.Structs
Torch.Types.Cuda.Structs
Torch.Types.CuRand.Structs
Torch.Types.THC.Char
Torch.Types.THC.Byte
Torch.Types.THC.Short
Torch.Types.THC.Int
Torch.Types.THC.Long
Torch.Types.THC.Float
Torch.Types.THC.Double
build-tools: c2hs -any
hs-source-dirs: src
other-modules:
Paths_hasktorch_types_thc
Torch.Types.THC.Internal
autogen-modules:
Paths_hasktorch_types_thc
default-language: Haskell2010
default-extensions: KindSignatures DataKinds
build-depends:
base (==4.7 || >4.7) && <5,
inline-c ==0.5 || >0.5,
hasktorch-types-th -any