{ mkDerivation, HUnit, attoparsec, base, bytestring, lib, mmorph , pipes, pipes-parse, tasty, tasty-hunit, text, transformers }: mkDerivation { pname = "pipes-attoparsec"; version = "0.6.0"; sha256 = "8650db43bbc74817bdf60c44c245999b6d44c04db440045cde1b4eca2193e5d1"; isLibrary = true; isExecutable = false; enableSeparateDataOutput = false; libraryHaskellDepends = [ attoparsec base bytestring pipes pipes-parse text transformers ]; testHaskellDepends = [ attoparsec base HUnit mmorph pipes pipes-parse tasty tasty-hunit text transformers ]; enableLibraryProfiling = true; enableExecutableProfiling = true; doHaddock = true; jailbreak = true; doCheck = false; doBenchmark = false; hyperlinkSource = false; homepage = "https://github.com/k0001/pipes-attoparsec"; description = "Attoparsec and Pipes integration"; license = lib.licenses.bsd3; broken = false; }