Skip to content
Snippets Groups Projects
Commit a253dbf0 authored by Daniel Firth's avatar Daniel Firth
Browse files

io-streams-haproxy: init at 1.0.1.0

parent 085f9d89
Branches
Tags
No related merge requests found
......@@ -474,6 +474,7 @@ let packages =
, integer-logarithms = H.callHackage "integer-logarithms" "1.0.3.1"
, interpolate = H.callHackage "interpolate" "0.2.1"
, invariant = H.callHackage "invariant" "0.6"
, io-streams-haproxy = H.callHackage "io-streams-haproxy" "1.0.1.0"
, io-streams = H.callHackage "io-streams" "1.5.2.2"
, ipynb = H.callHackage "ipynb" "0.2"
, iproute = H.callHackage "iproute" "1.7.12"
......
......@@ -731,6 +731,8 @@ self: with pkgs.haskell.lib; {
io-streams = self.callPackage (./pkgs/io-streams.nix) { };
io-streams-haproxy = self.callPackage (./pkgs/io-streams-haproxy.nix) { };
iproute = self.callPackage (./pkgs/iproute.nix) { };
ipynb = self.callPackage (./pkgs/ipynb.nix) { };
......
{ mkDerivation
, HUnit
, attoparsec
, base
, bytestring
, io-streams
, lib
, network
, test-framework
, test-framework-hunit
, transformers
}:
mkDerivation {
pname = "io-streams-haproxy";
version = "1.0.1.0";
sha256 = "b74eca9290fe838a0e3be857a38b62cf6fb7478acee400eac19e47471a2c96b5";
revision = "6";
editedCabalFile = "024aw98q1x3fb1xq07qki3z446w6lk5gyjl13shy0dbrd5aafh92";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec
base
bytestring
io-streams
network
transformers
];
testHaskellDepends = [
attoparsec
base
bytestring
HUnit
io-streams
network
test-framework
test-framework-hunit
transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://snapframework.com/";
description = "HAProxy protocol 1.5 support for io-streams";
license = lib.licenses.bsd3;
broken = false;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment