summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/dns/default.nix
blob: ab74819965a75ff4c78d4f081fefeacef24a77b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, attoparsec, binary, blazeBuilder, conduit, conduitExtra
, doctest, hspec, iproute, mtl, network, random, resourcet, word8
}:

cabal.mkDerivation (self: {
  pname = "dns";
  version = "1.4.4";
  sha256 = "1g910rlahvrhjlg6jl7gpya1y3mqkkpmihfr2jnmmlzykll10dnd";
  buildDepends = [
    attoparsec binary blazeBuilder conduit conduitExtra iproute mtl
    network random resourcet
  ];
  testDepends = [
    attoparsec binary blazeBuilder conduit conduitExtra doctest hspec
    iproute mtl network random resourcet word8
  ];
  testTarget = "spec";
  meta = {
    description = "DNS library in Haskell";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
  };
})