We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3948a83 commit 0e78553Copy full SHA for 0e78553
CHANGES.md
@@ -2,6 +2,8 @@
2
3
* Add `FromField`/`ToField` instances for `Identity` and `Const` (#158)
4
5
+ * Support for final phase of MFP / base-4.13
6
+
7
## Version 0.5.1.0
8
9
* Add `FromField`/`ToField` instance for `Natural` (#141,#142)
cassava.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 1.12
Name: cassava
-Version: 0.5.1.0
+Version: 0.5.2.0
Synopsis: A CSV parsing and encoding library
Description: {
@@ -96,7 +96,7 @@ Library
96
Build-depends:
97
array >= 0.4 && < 0.6,
98
attoparsec >= 0.11.3.0 && < 0.14,
99
- base >= 4.5 && < 5,
+ base >= 4.5 && < 4.14,
100
bytestring >= 0.9.2 && < 0.11,
101
containers >= 0.4.2 && < 0.7,
102
deepseq >= 1.1 && < 1.5,
0 commit comments