Added lzma-conduit package
This commit is contained in:
parent
34ca304f58
commit
9e72a00823
24
pkgs/development/libraries/haskell/lzma-conduit/default.nix
Normal file
24
pkgs/development/libraries/haskell/lzma-conduit/default.nix
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, bindingsDSL, conduit, HUnit, lzma, QuickCheck, resourcet
|
||||||
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
|
, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "lzma-conduit";
|
||||||
|
version = "1.1.1";
|
||||||
|
sha256 = "1i1khkxpia5hp3f0p7h656yvbgwsxffpl2czxjbkiw6iz31rapwg";
|
||||||
|
buildDepends = [ bindingsDSL conduit resourcet transformers ];
|
||||||
|
testDepends = [
|
||||||
|
conduit HUnit QuickCheck resourcet testFramework testFrameworkHunit
|
||||||
|
testFrameworkQuickcheck2
|
||||||
|
];
|
||||||
|
extraLibraries = [ lzma ];
|
||||||
|
meta = {
|
||||||
|
homepage = "http://github.com/alphaHeavy/lzma-conduit";
|
||||||
|
description = "Conduit interface for lzma/xz compression";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -1576,6 +1576,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
lushtags = callPackage ../development/libraries/haskell/lushtags {};
|
lushtags = callPackage ../development/libraries/haskell/lushtags {};
|
||||||
|
|
||||||
|
lzmaConduit = callPackage ../development/libraries/haskell/lzma-conduit {};
|
||||||
|
|
||||||
lzmaEnumerator = callPackage ../development/libraries/haskell/lzma-enumerator {};
|
lzmaEnumerator = callPackage ../development/libraries/haskell/lzma-enumerator {};
|
||||||
|
|
||||||
maccatcher = callPackage ../development/libraries/haskell/maccatcher {};
|
maccatcher = callPackage ../development/libraries/haskell/maccatcher {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user