1 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
3 { haskellPackages ? (import <nixpkgs> {}).haskellPackages }:
5 with haskellPackages; cabal.mkDerivation (self: {
11 buildTools = [ cabalInstall ];
13 base16Bytestring binary cryptohash HTTP networkUri parsec tasty
16 testDepends = [ doctest hlint tasty tastyHunit ];
18 description = "A Bit-torrent client";
19 license = self.stdenv.lib.licenses.gpl3;
20 platforms = self.ghc.meta.platforms;