{ 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 = "1g6w4ddqybgwnj3143bkl7sp9f5ch6d8qpb242fi4m396585bpq9"; rev = "8db2ceb8c48a3f8dc2cbdc492d1e8cbaf8b62a15"; }; 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; }