summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/torrent/default.nix
blob: 0133de6c2219804cc7480888b98a11495f7a6291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, bencode, binary, filepath, syb }:

cabal.mkDerivation (self: {
  pname = "torrent";
  version = "10000.0.0";
  sha256 = "030ll4m80ljkvq72n1aa8a2ygqa56ykkndzy5g40vh9j9j5vq52r";
  buildDepends = [ bencode binary filepath syb ];
  meta = {
    description = "BitTorrent file parser and generater";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})