1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-torrent: add version 10000.0.0

This commit is contained in:
Peter Simons 2014-12-24 13:51:22 +01:00
parent 6e9800f7cb
commit f72fe30f86
2 changed files with 17 additions and 0 deletions

View 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;
};
})

View file

@ -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 {};