haskell-dns: update to version 1.0.0
This commit is contained in:
parent
e4d0bca8b2
commit
0ec9765924
@ -1,18 +1,19 @@
|
||||
{ cabal, attoparsec, attoparsecConduit, binary, blazeBuilder
|
||||
, conduit, hspec, iproute, mtl, network, networkConduit, random
|
||||
, conduit, doctest, hspec, iproute, mtl, network, networkConduit
|
||||
, random
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "dns";
|
||||
version = "0.3.8";
|
||||
sha256 = "1x2rfm89qpx7dpxr457i2wqmjry8r28f42j194131mfx4gc4mwdq";
|
||||
version = "1.0.0";
|
||||
sha256 = "16h7c332qdj77dw8kvrdn1jzhzsnrcybbbm5x7pxvgpnn0wzz8si";
|
||||
buildDepends = [
|
||||
attoparsec attoparsecConduit binary blazeBuilder conduit iproute
|
||||
mtl network networkConduit random
|
||||
];
|
||||
testDepends = [
|
||||
attoparsec attoparsecConduit binary blazeBuilder conduit hspec
|
||||
iproute mtl network networkConduit random
|
||||
attoparsec attoparsecConduit binary blazeBuilder conduit doctest
|
||||
hspec iproute mtl network networkConduit random
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user