Skip to content

Commit e4208ca

Browse files
committed
Update a few package version in the documentation
1 parent 9a86a18 commit e4208ca

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/cabal-package-description-file.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -967,10 +967,10 @@ is an example:
967967

968968
library
969969
build-depends:
970-
, base ^>= 4.11.1.0
971-
, bytestring ^>= 0.10.2.0
972-
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0
973-
, transformers ^>= 0.5.0.0
970+
, base ^>= 4.19.0.0
971+
, bytestring ^>= 0.12.0.0
972+
, containers ^>= 0.6.8 || ^>= 0.7.0
973+
, transformers ^>= 0.6.1.0
974974

975975
hs-source-dirs: src
976976

@@ -984,9 +984,9 @@ is an example:
984984

985985
library attoparsec
986986
build-depends:
987-
, base ^>= 4.11.1.0
988-
, bytestring ^>= 0.10.2.0
989-
, deepseq ^>= 1.4.0.0
987+
, base ^>= 4.19.0.0
988+
, bytestring ^>= 0.12.0.0
989+
, deepseq ^>= 1.5.0.0
990990

991991
hs-source-dirs: vendor/attoparsec-0.13.1.0
992992

@@ -2638,11 +2638,11 @@ Starting with Cabal-2.2 it's possible to use common build info stanzas.
26382638
::
26392639

26402640
common deps
2641-
build-depends: base ^>= 4.11
2641+
build-depends: base ^>= 4.18
26422642
ghc-options: -Wall
26432643

26442644
common test-deps
2645-
build-depends: tasty ^>= 0.12.0.1
2645+
build-depends: tasty ^>= 1.4
26462646

26472647
library
26482648
import: deps
@@ -2853,8 +2853,8 @@ Declaring a ``custom-setup`` stanza also enables the generation of
28532853

28542854
custom-setup
28552855
setup-depends:
2856-
base >= 4.5 && < 4.11,
2857-
Cabal >= 1.14 && < 1.25
2856+
base >= 4.18 && < 5,
2857+
Cabal >= 3.10
28582858

28592859
.. pkg-field:: setup-depends: package list
28602860
:since: 1.24

0 commit comments

Comments
 (0)