libtorch-ffi-helper 2.0.0.2 → 2.0.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~ghcPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc
API changes (from Hackage documentation)
Files
libtorch-ffi-helper.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: libtorch-ffi-helper-version: 2.0.0.2+version: 2.0.0.3 -- The prefix(2.0) of this version("2.0.0.0") is the same as libtorch's one. synopsis: Helpers for integrating libtorch-ffi with Hasktorch. description: Provide macros and plugins for building libtorch-ffi of hasktorch.@@ -18,6 +18,6 @@ hs-source-dirs: src default-language: Haskell2010 build-depends: base >= 4.7 && < 5- , ghc >=8.5 && < 9.12+ , ghc >=8.5 && < 9.14 if os(darwin) ghc-options: -optc=-Wno-int-conversion