Set cabal-version to 2.0 everywhere

This commit is contained in:
Bart Schuurmans 2023-01-17 16:06:44 +01:00 committed by fkm3
parent ded944f06b
commit e68a414999
11 changed files with 13 additions and 12 deletions

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Custom
cabal-version: >=2.0
cabal-version: 2.0
library
exposed-modules: TensorFlow.GenOps.Core

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
cabal-version: 2.0
library
hs-source-dirs: src

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Custom
cabal-version: >=1.24
cabal-version: 2.0
-- These files are downloaded automatically by Setup.hs. If the
-- automatic download fails, follow the instructions in error messages
-- displayed by Setup.hs.

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
cabal-version: 2.0
data-files: data/*.ckpt
, data/*.pb

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
cabal-version: 2.0
library
hs-source-dirs: src

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
cabal-version: 2.0
library
hs-source-dirs: src

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Custom
cabal-version: >=1.24
cabal-version: 2.0
extra-source-files: third_party/tensorflow/tensorflow/core/example/*.proto
, third_party/tensorflow/tensorflow/core/framework/*.proto
, third_party/tensorflow/tensorflow/core/lib/core/error_codes.proto

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
cabal-version: 2.0
library
hs-source-dirs: src

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
cabal-version: 2.0
library
hs-source-dirs: src

View File

@ -11,7 +11,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
cabal-version: 2.0
library
hs-source-dirs: src

View File

@ -18,7 +18,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
cabal-version: 2.0
extra-source-files: third_party/tensorflow/c/c_api.h
library
@ -35,7 +35,8 @@ library
, TensorFlow.Tensor
, TensorFlow.Types
other-modules: TensorFlow.Internal.Raw
build-tools: c2hs
autogen-modules: TensorFlow.Internal.Raw
build-tool-depends: c2hs:c2hs
build-depends: proto-lens == 0.7.*
, tensorflow-proto == 0.3.*
, base >= 4.7 && < 5