summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hoauth2/default.nix
blob: ec88bb0f17429905a8f444f64ee9cc76d1910fbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.3";
  sha256 = "1qmhk9h3rwp29dsjqbgsma4zgzdd6cw1jcryzd17rk32biiiylvg";
  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;
  };
})