There was an error while loading. Please reload this page.
1 parent f215cf0 commit 8190d78Copy full SHA for 8190d78
cassava.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 1.12
2
Name: cassava
3
Version: 0.5.3.0
4
-x-revision: 2
+x-revision: 3
5
Synopsis: A CSV parsing and encoding library
6
Description: {
7
@@ -111,12 +111,12 @@ Library
111
Data.Csv.Util
112
113
Build-depends:
114
- base >= 4.5 && < 4.19
+ base >= 4.5 && < 5
115
, array >= 0.4 && < 0.6
116
, attoparsec >= 0.11.3.0 && < 0.15
117
, bytestring >= 0.9.2 && < 0.13
118
, containers >= 0.4.2 && < 0.7
119
- , deepseq >= 1.1 && < 1.5
+ , deepseq >= 1.1 && < 1.6
120
, hashable < 1.5
121
, scientific >= 0.3.4.7 && < 0.4
122
, text < 2.1
0 commit comments