Skip to content

Commit

Permalink
v0.5.3.0-r3 Build with GHC 9.8.1 alpha1 (tested locally)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jul 31, 2023
1 parent f215cf0 commit 8190d78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cassava.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.12
Name: cassava
Version: 0.5.3.0
x-revision: 2
x-revision: 3
Synopsis: A CSV parsing and encoding library
Description: {

Expand Down Expand Up @@ -111,12 +111,12 @@ Library
Data.Csv.Util

Build-depends:
base >= 4.5 && < 4.19
base >= 4.5 && < 5
, array >= 0.4 && < 0.6
, attoparsec >= 0.11.3.0 && < 0.15
, bytestring >= 0.9.2 && < 0.13
, containers >= 0.4.2 && < 0.7
, deepseq >= 1.1 && < 1.5
, deepseq >= 1.1 && < 1.6
, hashable < 1.5
, scientific >= 0.3.4.7 && < 0.4
, text < 2.1
Expand Down

0 comments on commit 8190d78

Please sign in to comment.