@@ -967,10 +967,10 @@ is an example:
967
967
968
968
library
969
969
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
974
974
975
975
hs-source-dirs: src
976
976
@@ -984,9 +984,9 @@ is an example:
984
984
985
985
library attoparsec
986
986
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
990
990
991
991
hs-source-dirs: vendor/attoparsec-0.13.1.0
992
992
@@ -2638,11 +2638,11 @@ Starting with Cabal-2.2 it's possible to use common build info stanzas.
2638
2638
::
2639
2639
2640
2640
common deps
2641
- build-depends: base ^>= 4.11
2641
+ build-depends: base ^>= 4.18
2642
2642
ghc-options: -Wall
2643
2643
2644
2644
common test-deps
2645
- build-depends: tasty ^>= 0.12.0.1
2645
+ build-depends: tasty ^>= 1.4
2646
2646
2647
2647
library
2648
2648
import: deps
@@ -2853,8 +2853,8 @@ Declaring a ``custom-setup`` stanza also enables the generation of
2853
2853
2854
2854
custom-setup
2855
2855
setup-depends:
2856
- base >= 4.5 && < 4.11 ,
2857
- Cabal >= 1.14 && < 1.25
2856
+ base >= 4.18 && < 5 ,
2857
+ Cabal >= 3.10
2858
2858
2859
2859
.. pkg-field :: setup-depends: package list
2860
2860
:since: 1.24
0 commit comments