haskell-dns: update to version 1.4.2
This commit is contained in:
parent
3251575925
commit
c2b620342c
@ -1,20 +1,20 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, attoparsec, binary, blazeBuilder, conduit, conduitExtra
|
{ cabal, attoparsec, binary, blazeBuilder, conduit, conduitExtra
|
||||||
, doctest, hspec, iproute, mtl, network, random, resourcet
|
, doctest, hspec, iproute, mtl, network, random, resourcet, word8
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "dns";
|
pname = "dns";
|
||||||
version = "1.4.1";
|
version = "1.4.2";
|
||||||
sha256 = "0q5ib797p0ay8lrlywaqyg736qh67mfdqwc53c1qhr5xrbcyvdir";
|
sha256 = "1xfvc5amiqafb2z37jf47k5h8i2f4ygvck68nppi5fkwii5w74hr";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec binary blazeBuilder conduit conduitExtra iproute mtl
|
attoparsec binary blazeBuilder conduit conduitExtra iproute mtl
|
||||||
network random resourcet
|
network random resourcet
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec binary blazeBuilder conduit conduitExtra doctest hspec
|
attoparsec binary blazeBuilder conduit conduitExtra doctest hspec
|
||||||
iproute mtl network random resourcet
|
iproute mtl network random resourcet word8
|
||||||
];
|
];
|
||||||
testTarget = "spec";
|
testTarget = "spec";
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user