Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{ mkDerivation, HUnit, Only, QuickCheck, array, attoparsec, base
, bytestring, containers, deepseq, hashable, lib
, quickcheck-instances, scientific, test-framework
, test-framework-hunit, test-framework-quickcheck2, text
, text-short, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "cassava";
version = "0.5.3.0";
sha256 = "b4c8451f433ad7725cb8b9f7a7efe598ba103b16584713c91f48ae023829e9be";
revision = "1";
editedCabalFile = "1lavd2c7w2p2x4i7h35r8kgcgrrlhcql70zk5vgqv5ll04pp0niy";
configureFlags = [ "-f-bytestring--lt-0_10_4" ];
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array attoparsec base bytestring containers deepseq hashable Only
scientific text text-short transformers unordered-containers vector
];
testHaskellDepends = [
attoparsec base bytestring hashable HUnit QuickCheck
quickcheck-instances scientific test-framework test-framework-hunit
test-framework-quickcheck2 text unordered-containers vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-hvr/cassava";
description = "A CSV parsing and encoding library";
license = lib.licenses.bsd3;
broken = false;
}