Add haskell-hoauth-0.3.4
This commit is contained in:
parent
cfb08fc600
commit
0b71387b76
18
pkgs/development/libraries/haskell/hoauth/default.nix
Normal file
18
pkgs/development/libraries/haskell/hoauth/default.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{ cabal, binary, cryptoPubkeyTypes, curl, dataenc, entropy, mtl
|
||||||
|
, random, RSA, SHA, time, utf8String
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "hoauth";
|
||||||
|
version = "0.3.4";
|
||||||
|
sha256 = "0a8a77smzhxmynfi0ayvsgibpw9aav2f7pi9j3dxjas14zg9qv2k";
|
||||||
|
buildDepends = [
|
||||||
|
binary cryptoPubkeyTypes curl dataenc entropy mtl random RSA SHA
|
||||||
|
time utf8String
|
||||||
|
];
|
||||||
|
meta = {
|
||||||
|
description = "A Haskell implementation of OAuth 1.0a protocol.";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -856,6 +856,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
|
hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
|
||||||
|
|
||||||
|
hoauth = callPackage ../development/libraries/haskell/hoauth {};
|
||||||
|
|
||||||
hoogle = callPackage ../development/libraries/haskell/hoogle {};
|
hoogle = callPackage ../development/libraries/haskell/hoogle {};
|
||||||
|
|
||||||
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};
|
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user