{ 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; }