mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
haskell-torrent: add version 10000.0.0
This commit is contained in:
parent
6e9800f7cb
commit
f72fe30f86
15
pkgs/development/libraries/haskell/torrent/default.nix
Normal file
15
pkgs/development/libraries/haskell/torrent/default.nix
Normal file
@ -0,0 +1,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;
|
||||
};
|
||||
})
|
@ -2633,6 +2633,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
tls = callPackage ../development/libraries/haskell/tls {};
|
||||
|
||||
torrent = callPackage ../development/libraries/haskell/torrent {};
|
||||
|
||||
tostring = callPackage ../development/libraries/haskell/tostring {};
|
||||
|
||||
transformers_0_3_0_0 = callPackage ../development/libraries/haskell/transformers/0.3.0.0.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user