revise .cabal

This commit is contained in:
Jens Petersen 2021-08-04 22:29:11 +08:00
parent bb63d12dd2
commit 8f068ec2dc
1 changed files with 188 additions and 188 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
Name: cassava
Version: 0.5.2.0
x-revision: 1
x-revision: 4
Synopsis: A CSV parsing and encoding library
Description: {
@ -96,9 +96,9 @@ Library
Build-depends:
array >= 0.4 && < 0.6,
attoparsec >= 0.11.3.0 && < 0.14,
base >= 4.5 && < 4.15,
bytestring >= 0.9.2 && < 0.11,
attoparsec >= 0.11.3.0 && < 0.15,
base >= 4.5 && < 4.16,
bytestring >= 0.9.2 && < 0.12,
containers >= 0.4.2 && < 0.7,
deepseq >= 1.1 && < 1.5,
hashable < 1.4,
@ -159,7 +159,7 @@ Test-suite unit-tests
, vector
-- extra dependencies not already used by lib:cassava
build-depends: HUnit < 1.7
, QuickCheck == 2.13.*
, QuickCheck >= 2.13 && < 2.15
, quickcheck-instances >= 0.3.12 && < 0.4
, test-framework == 0.8.*
, test-framework-hunit == 0.3.*