Skip to content

Commit 883de5b

Browse files
committed
Bound bumps for GHC 9.2 (as indicated by cabal outdated)
1 parent 23782b5 commit 883de5b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

cassava.cabal

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,19 @@ Library
106106
Data.Csv.Util
107107

108108
Build-depends:
109-
array >= 0.4 && < 0.6,
110-
attoparsec >= 0.11.3.0 && < 0.14,
111-
base >= 4.5 && < 4.15,
112-
bytestring >= 0.9.2 && < 0.11,
113-
containers >= 0.4.2 && < 0.7,
114-
deepseq >= 1.1 && < 1.5,
115-
hashable < 1.4,
116-
scientific >= 0.3.4.7 && < 0.4,
117-
text < 1.3,
118-
transformers >= 0.2 && < 0.6,
119-
unordered-containers < 0.3,
120-
vector >= 0.8 && < 0.13,
121-
Only >= 0.1 && < 0.1.1
109+
base >= 4.5 && < 4.17
110+
, array >= 0.4 && < 0.6
111+
, attoparsec >= 0.11.3.0 && < 0.15
112+
, bytestring >= 0.9.2 && < 0.12
113+
, containers >= 0.4.2 && < 0.7
114+
, deepseq >= 1.1 && < 1.5
115+
, hashable < 1.5
116+
, scientific >= 0.3.4.7 && < 0.4
117+
, text < 1.3
118+
, transformers >= 0.2 && < 0.7
119+
, unordered-containers < 0.3
120+
, vector >= 0.8 && < 0.13
121+
, Only >= 0.1 && < 0.1.1
122122

123123
if flag(bytestring--LT-0_10_4)
124124
build-depends: bytestring < 0.10.4
@@ -170,7 +170,7 @@ Test-suite unit-tests
170170
, vector
171171
-- extra dependencies not already used by lib:cassava
172172
build-depends: HUnit < 1.7
173-
, QuickCheck == 2.13.*
173+
, QuickCheck == 2.14.*
174174
, quickcheck-instances >= 0.3.12 && < 0.4
175175
, test-framework == 0.8.*
176176
, test-framework-hunit == 0.3.*

0 commit comments

Comments
 (0)