Skip to content

Commit d130c70

Browse files
authored
Bump upper bounds (#104)
* Bump upper bounds * cabal build all components by default
1 parent b3d837f commit d130c70

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

cabal.project

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
packages: .
2+
benchmarks: True
3+
tests: True

proto3-wire.cabal

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ library
3535

3636
build-depends:
3737
base >=4.12 && <=5.0
38-
, bytestring >=0.10.6.0 && <0.12.0
38+
, bytestring >=0.10.6.0 && <0.13.0
3939
, cereal >= 0.5.1 && <0.6
4040
, containers >=0.5 && < 0.7
4141
, deepseq >=1.4 && <1.6
@@ -44,9 +44,9 @@ library
4444
, primitive >=0.6.4 && <0.9
4545
, safe ==0.3.*
4646
, template-haskell >= 2.15.0 && < 2.22
47-
, text >= 0.2 && <2.1
47+
, text >= 0.2 && <2.2
4848
, text-short ==0.1.*
49-
, transformers >=0.5.6.2 && <0.6
49+
, transformers >=0.5.6.2 && <0.7
5050
, unordered-containers >= 0.1.0.0 && <0.3
5151
, vector >=0.12.0.2 && <0.14
5252
, QuickCheck >=2.8 && <3.0
@@ -75,17 +75,17 @@ test-suite tests
7575

7676
build-depends:
7777
base >=4.9 && <=5.0
78-
, bytestring >=0.10.6.0 && <0.12.0
78+
, bytestring >=0.10.6.0 && <0.13.0
7979
, cereal >= 0.5.1 && <0.6
80-
, doctest >= 0.7.0 && <0.21.0
80+
, doctest >= 0.7.0 && <0.23.0
8181
, proto3-wire
8282
, QuickCheck >=2.8 && <3.0
83-
, tasty >= 0.11 && <1.5
83+
, tasty >= 0.11 && <1.6
8484
, tasty-hunit >= 0.9 && <0.11
8585
, tasty-quickcheck >= 0.8.4 && <0.11
86-
, text >= 0.2 && <2.1
86+
, text >= 0.2 && <2.2
8787
, text-short ==0.1.*
88-
, transformers >=0.5.6.2 && <0.6
88+
, transformers >=0.5.6.2 && <0.7
8989
, vector >=0.12.0.2 && <0.14
9090

9191
benchmark bench

0 commit comments

Comments
 (0)