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. copyright: Google Inc.
category: Machine Learning category: Machine Learning
build-type: Custom build-type: Custom
cabal-version: >=2.0 cabal-version: 2.0
library library
exposed-modules: TensorFlow.GenOps.Core exposed-modules: TensorFlow.GenOps.Core

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -10,7 +10,7 @@ maintainer: tensorflow-haskell@googlegroups.com
copyright: Google Inc. copyright: Google Inc.
category: Machine Learning category: Machine Learning
build-type: Custom build-type: Custom
cabal-version: >=1.24 cabal-version: 2.0
extra-source-files: third_party/tensorflow/tensorflow/core/example/*.proto extra-source-files: third_party/tensorflow/tensorflow/core/example/*.proto
, third_party/tensorflow/tensorflow/core/framework/*.proto , third_party/tensorflow/tensorflow/core/framework/*.proto
, third_party/tensorflow/tensorflow/core/lib/core/error_codes.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. copyright: Google Inc.
category: Machine Learning category: Machine Learning
build-type: Simple build-type: Simple
cabal-version: >=1.22 cabal-version: 2.0
library library
hs-source-dirs: src hs-source-dirs: src

View File

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

View File

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

View File

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