packages feed

libtorch-ffi 2.0.0.0 → 2.0.0.1

raw patch · 1 files changed

+11/−10 lines, 1 filesdep ~asyncdep ~bytestringdep ~containers

Dependency ranges changed: async, bytestring, containers, libtorch-ffi-helper, optparse-applicative, safe-exceptions, sysinfo, template-haskell

Files

libtorch-ffi.cabal view
@@ -1,8 +1,9 @@ cabal-version:       3.0 name:                libtorch-ffi-version:             2.0.0.0+version:             2.0.0.1 -- The prefix(2.0) of this version("2.0.0.0") is the same as libtorch's one.-synopsis:            test out alternative options for ffi interface to libtorch 2.x+synopsis:            Haskell bindings for PyTorch+description:         This package provides Haskell bindings to libtorch, the C++ library underlying PyTorch, specifically designed for the Hasktorch ecosystem. homepage:            https://github.com/hasktorch/hasktorch#readme license:             BSD-3-Clause author:              Austin Huang@@ -139,14 +140,14 @@  build-depends:       base >= 4.7 && < 5                     , inline-c-cpp >= 0.5.0.2 && < 0.6.0.0                     , inline-c >= 0.9.1.10 && < 0.10-                    , optparse-applicative >= 0.14.3.0-                    , containers-                    , template-haskell-                    , bytestring-                    , safe-exceptions-                    , sysinfo-                    , async-                    , libtorch-ffi-helper >= 0.2.0.0 && < 0.2.0+                    , optparse-applicative >= 0.14.3.0 && < 0.19+                    , containers >= 0.6.7 && < 0.7+                    , template-haskell >= 2.20.0 && < 2.21+                    , bytestring >= 0.11.5 && < 0.12+                    , safe-exceptions >= 0.1.7 && < 0.2+                    , sysinfo >= 0.1.1 && < 0.2+                    , async >= 2.2.5 && < 2.3+                    , libtorch-ffi-helper >= 2.0.0 && < 2.1  ghc-options:       -fplugin GHC.NotExport.Plugin  extra-libraries:     c10                     , torch