mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-network-transport-tcp: update to version 0.4.1
This commit is contained in:
parent
d93c2fde98
commit
5279b67f96
@ -6,19 +6,16 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "network-transport-tcp";
|
||||
version = "0.4.0";
|
||||
sha256 = "1jjf1dj67a7l3jg3qgbg0hrjfnx1kr9n7hfvqssq7kr8sq1sc49v";
|
||||
version = "0.4.1";
|
||||
sha256 = "11fj0f2yrvdqn3sivfb4p0chs74bx26a0yc49fh160kkcmk42yaf";
|
||||
buildDepends = [ dataAccessor network networkTransport ];
|
||||
testDepends = [ network networkTransport networkTransportTests ];
|
||||
doCheck = false;
|
||||
patchPhase = ''
|
||||
sed -i -e 's|network >=.*,|network,|' -e 's|network >=.*|network|' network-transport-tcp.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://haskell-distributed.github.com";
|
||||
description = "TCP instantiation of Network.Transport";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
maintainers = with self.stdenv.lib.maintainers; [ andres ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user