Skip to content

Commit 0e78553

Browse files
committed
Increment version to 0.5.2 for upcoming minor rls
1 parent 3948a83 commit 0e78553

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Add `FromField`/`ToField` instances for `Identity` and `Const` (#158)
44

5+
* Support for final phase of MFP / base-4.13
6+
57
## Version 0.5.1.0
68

79
* Add `FromField`/`ToField` instance for `Natural` (#141,#142)

cassava.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
Name: cassava
3-
Version: 0.5.1.0
3+
Version: 0.5.2.0
44
Synopsis: A CSV parsing and encoding library
55
Description: {
66

@@ -96,7 +96,7 @@ Library
9696
Build-depends:
9797
array >= 0.4 && < 0.6,
9898
attoparsec >= 0.11.3.0 && < 0.14,
99-
base >= 4.5 && < 5,
99+
base >= 4.5 && < 4.14,
100100
bytestring >= 0.9.2 && < 0.11,
101101
containers >= 0.4.2 && < 0.7,
102102
deepseq >= 1.1 && < 1.5,

0 commit comments

Comments
 (0)