1 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
3 { cabal, base16Bytestring, binary, cryptohash, doctest, hlint, HTTP
4 , networkUri, parsec, QuickCheck, tasty, tastyHunit
5 , tastyQuickcheck, testFrameworkQuickcheck2
8 cabal.mkDerivation (self: {
15 base16Bytestring binary cryptohash HTTP networkUri parsec
16 QuickCheck tasty tastyHunit
19 doctest hlint QuickCheck tasty tastyHunit tastyQuickcheck
20 testFrameworkQuickcheck2
23 description = "A Bit-torrent client";
24 license = self.stdenv.lib.licenses.gpl3;
25 platforms = self.ghc.meta.platforms;