File tree 1 file changed +1
-6
lines changed 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -785,7 +785,7 @@ describe the package as a whole:
785
785
786
786
package-version = 1*DIGIT *("." 1*DIGIT)
787
787
788
- .. pkg-field :: cabal-version: >= x.y
788
+ .. pkg-field :: cabal-version: x.y
789
789
790
790
The version of the Cabal specification that this package description
791
791
uses. The Cabal specification does slowly evolve, introducing new
@@ -794,11 +794,6 @@ describe the package as a whole:
794
794
programs which process the package description to know what syntax
795
795
to expect and what each part means.
796
796
797
- For historical reasons this is always expressed using *>= * version
798
- range syntax. No other kinds of version range make sense, in
799
- particular upper bounds do not make sense. In future this field will
800
- specify just a version number, rather than a version range.
801
-
802
797
The version number you specify will affect both compatibility and
803
798
behaviour. Most tools (including the Cabal library and cabal
804
799
program) understand a range of versions of the Cabal specification.
You can’t perform that action at this time.
0 commit comments