Skip to content

Commit ce15ff6

Browse files
felixonmarsberbermanmergify[bot]
authored
Remove >= from cabal-version (#1998)
Fixes warnings like: ``` Warning: test/testdata/testdata.cabal:3:27: Packages with 'cabal-version: 1.12' or later should specify a specific version of the Cabal spec of the form 'cabal-version: x.y'. Use 'cabal-version: 2.0'. ``` Co-authored-by: Potato Hatsue <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 47db34f commit ce15ff6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: install/hls-install.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Many, TBD when we release
66
maintainer: [email protected]
77
copyright: 2019
88
build-type: Simple
9-
cabal-version: >=2.0
9+
cabal-version: 2.0
1010

1111
library
1212
hs-source-dirs: src

Diff for: test/testdata/completion/completions.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: completions
22
version: 0.1.0.0
3-
cabal-version: >= 2.0
3+
cabal-version: 2.0
44
build-type: Simple
55

66
executable compl-exe

Diff for: test/testdata/definition/definitions.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: definitions
22
version: 0.1.0.0
3-
cabal-version: >= 2.0
3+
cabal-version: 2.0
44
build-type: Simple
55

66
library

Diff for: test/testdata/testdata.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: testdata
22
version: 0.1.0.0
3-
cabal-version: >=2.0
3+
cabal-version: 2.0
44
build-type: Simple
55

66
executable codeactionrename

0 commit comments

Comments
 (0)