haskell-dns: update to version 0.3.7
This commit is contained in:
parent
49335abfd2
commit
88cb67fc88
@ -1,15 +1,19 @@
|
|||||||
{ cabal, attoparsec, attoparsecConduit, binary, blazeBuilder
|
{ cabal, attoparsec, attoparsecConduit, binary, blazeBuilder
|
||||||
, conduit, iproute, mtl, network, networkConduit, random
|
, conduit, hspec, iproute, mtl, network, networkConduit, random
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "dns";
|
pname = "dns";
|
||||||
version = "0.3.6";
|
version = "0.3.7";
|
||||||
sha256 = "0dpwy94id9rxxjpji47nazinm8i1ihm0606dmi5iqqhbl5h2jara";
|
sha256 = "1wly3h36j9gjyx6p2vzand5019m6rs0qkcf1h4q61igks65xs674";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec attoparsecConduit binary blazeBuilder conduit iproute
|
attoparsec attoparsecConduit binary blazeBuilder conduit iproute
|
||||||
mtl network networkConduit random
|
mtl network networkConduit random
|
||||||
];
|
];
|
||||||
|
testDepends = [
|
||||||
|
attoparsec attoparsecConduit binary blazeBuilder conduit hspec
|
||||||
|
iproute mtl network networkConduit random
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "DNS library in Haskell";
|
description = "DNS library in Haskell";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user