summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/jwt/default.nix
blob: dfab13e9132daf1b1f6e95779552997e8d43adee (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
25
26
27
28
29
30
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, base64Bytestring, cryptohash, dataDefault
, httpTypes, HUnit, lens, lensAeson, network, networkUri
, QuickCheck, scientific, semigroups, tasty, tastyHunit
, tastyQuickcheck, tastyTh, text, time, unorderedContainers, vector
}:

cabal.mkDerivation (self: {
  pname = "jwt";
  version = "0.5.3";
  sha256 = "1225fa53gghfpgwhr4x269a6kygfj39fh2qdapdi9mrrvlg302i4";
  buildDepends = [
    aeson base64Bytestring cryptohash dataDefault httpTypes network
    networkUri scientific semigroups text time unorderedContainers
    vector
  ];
  testDepends = [
    aeson base64Bytestring cryptohash dataDefault httpTypes HUnit lens
    lensAeson network networkUri QuickCheck scientific semigroups tasty
    tastyHunit tastyQuickcheck tastyTh text time unorderedContainers
    vector
  ];
  meta = {
    homepage = "https://bitbucket.org/ssaasen/haskell-jwt";
    description = "JSON Web Token (JWT) decoding and encoding";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})