1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/hoauth2/default.nix
2014-10-14 17:39:30 +02:00

25 lines
685 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, bytestringShow, httpConduit, httpTypes
, monadControl, mtl, random, text, transformers
}:
cabal.mkDerivation (self: {
pname = "hoauth2";
version = "0.4.2";
sha256 = "08vdrgzn1j02gn2j5apjhnv2lgp7i8xhvibqjcjf4l80spmja2h0";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson bytestringShow httpConduit httpTypes monadControl mtl random
text transformers
];
jailbreak = true;
meta = {
homepage = "https://github.com/freizl/hoauth2";
description = "hoauth2";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})