2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-03 10:34:59 +01:00
|
|
|
{ cabal, attoparsec, binary, blazeBuilder, conduit, conduitExtra
|
2014-08-09 09:01:52 +01:00
|
|
|
, doctest, hspec, iproute, mtl, network, random, resourcet, word8
|
2012-11-15 11:35:21 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "dns";
|
2014-08-27 11:46:19 +01:00
|
|
|
version = "1.4.4";
|
|
|
|
sha256 = "1g910rlahvrhjlg6jl7gpya1y3mqkkpmihfr2jnmmlzykll10dnd";
|
2012-11-15 11:35:21 +00:00
|
|
|
buildDepends = [
|
2014-06-03 10:34:59 +01:00
|
|
|
attoparsec binary blazeBuilder conduit conduitExtra iproute mtl
|
|
|
|
network random resourcet
|
2012-11-15 11:35:21 +00:00
|
|
|
];
|
2013-07-25 09:29:22 +01:00
|
|
|
testDepends = [
|
2014-06-03 10:34:59 +01:00
|
|
|
attoparsec binary blazeBuilder conduit conduitExtra doctest hspec
|
2014-08-09 09:01:52 +01:00
|
|
|
iproute mtl network random resourcet word8
|
2013-07-25 09:29:22 +01:00
|
|
|
];
|
2013-10-26 17:33:09 +01:00
|
|
|
testTarget = "spec";
|
2012-11-15 11:35:21 +00:00
|
|
|
meta = {
|
|
|
|
description = "DNS library in Haskell";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-27 11:46:19 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
2012-11-15 11:35:21 +00:00
|
|
|
};
|
|
|
|
})
|