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-11-13 00:38:50 +01:00
|
|
|
version = "0.4.3";
|
|
|
|
sha256 = "1qmhk9h3rwp29dsjqbgsma4zgzdd6cw1jcryzd17rk32biiiylvg";
|
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
|
|
|
];
|
2014-08-09 12:09:51 +02:00
|
|
|
jailbreak = true;
|
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;
|
|
|
|
};
|
|
|
|
})
|