{ mkDerivation, attoparsec, base, bytestring, HUnit, io-streams , lib, network, test-framework, test-framework-hunit, transformers }: mkDerivation { pname = "io-streams-haproxy"; version = "1.0.0.2"; sha256 = "deadbeef"; libraryHaskellDepends = [ attoparsec base bytestring io-streams network transformers ]; testHaskellDepends = [ attoparsec base bytestring HUnit io-streams network test-framework test-framework-hunit transformers ]; homepage = "http://snapframework.com/"; description = "HAProxy protocol 1.5 support for io-streams"; license = lib.licenses.bsd3; }