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
|
||||
, conduit, iproute, mtl, network, networkConduit, random
|
||||
, conduit, hspec, iproute, mtl, network, networkConduit, random
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "dns";
|
||||
version = "0.3.6";
|
||||
sha256 = "0dpwy94id9rxxjpji47nazinm8i1ihm0606dmi5iqqhbl5h2jara";
|
||||
version = "0.3.7";
|
||||
sha256 = "1wly3h36j9gjyx6p2vzand5019m6rs0qkcf1h4q61igks65xs674";
|
||||
buildDepends = [
|
||||
attoparsec attoparsecConduit binary blazeBuilder conduit iproute
|
||||
mtl network networkConduit random
|
||||
];
|
||||
testDepends = [
|
||||
attoparsec attoparsecConduit binary blazeBuilder conduit hspec
|
||||
iproute mtl network networkConduit random
|
||||
];
|
||||
meta = {
|
||||
description = "DNS library in Haskell";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user