2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-09 09:25:06 +02:00
|
|
|
{ cabal, aeson, bytestringShow, httpConduit, httpTypes
|
|
|
|
, monadControl, mtl, random, text, transformers
|
2014-03-11 21:20:27 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hoauth2";
|
2014-07-03 17:00:25 +02:00
|
|
|
version = "0.4.1";
|
|
|
|
sha256 = "145lgy9bxx1xdljbkvi6s97n2z1k5fd0idp415r71ydw8h3i8ppx";
|
2014-06-09 09:25:06 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2014-03-11 21:20:27 +01:00
|
|
|
buildDepends = [
|
2014-06-09 09:25:06 +02:00
|
|
|
aeson bytestringShow httpConduit httpTypes monadControl mtl random
|
|
|
|
text transformers
|
2014-03-11 21:20:27 +01:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/freizl/hoauth2";
|
|
|
|
description = "hoauth2";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|