Add slack-api haskell package
This commit is contained in:
parent
73839ca437
commit
e7cfdfbf8d
19
pkgs/development/libraries/haskell/slack-api/default.nix
Normal file
19
pkgs/development/libraries/haskell/slack-api/default.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ cabal, aeson, errors, HsOpenSSL, ioStreams, lens, lensAeson
|
||||||
|
, monadLoops, mtl, network, opensslStreams, text, time
|
||||||
|
, transformers, websockets, wreq
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "slack-api";
|
||||||
|
version = "0.2";
|
||||||
|
sha256 = "0gw6x57nnc16fm963l8z96cm4xapr4nbbmrbpx73k928a07fdq8j";
|
||||||
|
buildDepends = [
|
||||||
|
aeson errors HsOpenSSL ioStreams lens lensAeson monadLoops mtl
|
||||||
|
network opensslStreams text time transformers websockets wreq
|
||||||
|
];
|
||||||
|
meta = {
|
||||||
|
description = "Bindings to the Slack RTM API";
|
||||||
|
license = self.stdenv.lib.licenses.mit;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user