{ mkDerivation, base, bytestring, cereal, containers, deepseq , fetchgit, filepath, haskell-src, mtl, parsec, parsers, pipes , pretty, proto3-wire, QuickCheck, safe, semigroups, stdenv, tasty , tasty-hunit, tasty-quickcheck, text, transformers, turtle, vector }: mkDerivation { pname = "proto3-suite"; version = "0.1.0.0"; src = fetchgit { url = "https://github.com/awakenetworks/proto3-suite.git"; sha256 = "1w5qwwlivrxkd6943rxsw3znk9jjpf7ad11gm0zl4lzq6k3kdinp"; rev = "46f40d38c4db8a6320bab010ae30e75c83fab6ee"; }; libraryHaskellDepends = [ base bytestring cereal containers deepseq filepath haskell-src mtl parsec parsers pipes pretty proto3-wire QuickCheck safe semigroups text transformers vector ]; testHaskellDepends = [ base bytestring cereal proto3-wire QuickCheck semigroups tasty tasty-hunit tasty-quickcheck text transformers turtle ]; description = "A low level library for writing out data in the Protocol Buffers wire format"; license = stdenv.lib.licenses.asl20; }