Skip to content

Commit 8190d78

Browse files
committed
v0.5.3.0-r3 Build with GHC 9.8.1 alpha1 (tested locally)
1 parent f215cf0 commit 8190d78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cassava.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
Name: cassava
33
Version: 0.5.3.0
4-
x-revision: 2
4+
x-revision: 3
55
Synopsis: A CSV parsing and encoding library
66
Description: {
77

@@ -111,12 +111,12 @@ Library
111111
Data.Csv.Util
112112

113113
Build-depends:
114-
base >= 4.5 && < 4.19
114+
base >= 4.5 && < 5
115115
, array >= 0.4 && < 0.6
116116
, attoparsec >= 0.11.3.0 && < 0.15
117117
, bytestring >= 0.9.2 && < 0.13
118118
, containers >= 0.4.2 && < 0.7
119-
, deepseq >= 1.1 && < 1.5
119+
, deepseq >= 1.1 && < 1.6
120120
, hashable < 1.5
121121
, scientific >= 0.3.4.7 && < 0.4
122122
, text < 2.1

0 commit comments

Comments
 (0)