2014-09-23 22:53:09 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-20 18:20:29 +02:00
|
|
|
{ cabal, aeson, base64Bytestring, cryptohash, dataDefault
|
2015-02-07 18:07:23 +00:00
|
|
|
, httpTypes, HUnit, lens, lensAeson, network, networkUri
|
|
|
|
, QuickCheck, scientific, semigroups, tasty, tastyHunit
|
|
|
|
, tastyQuickcheck, tastyTh, text, time, unorderedContainers, vector
|
2014-09-20 18:20:29 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "jwt";
|
2015-01-22 15:48:10 -05:00
|
|
|
version = "0.5.3";
|
|
|
|
sha256 = "1225fa53gghfpgwhr4x269a6kygfj39fh2qdapdi9mrrvlg302i4";
|
2014-09-20 18:20:29 +02:00
|
|
|
buildDepends = [
|
|
|
|
aeson base64Bytestring cryptohash dataDefault httpTypes network
|
2014-12-12 09:49:58 +01:00
|
|
|
networkUri scientific semigroups text time unorderedContainers
|
|
|
|
vector
|
2014-09-20 18:20:29 +02:00
|
|
|
];
|
|
|
|
testDepends = [
|
2015-02-07 18:07:23 +00:00
|
|
|
aeson base64Bytestring cryptohash dataDefault httpTypes HUnit lens
|
|
|
|
lensAeson network networkUri QuickCheck scientific semigroups tasty
|
2014-12-12 09:49:58 +01:00
|
|
|
tastyHunit tastyQuickcheck tastyTh text time unorderedContainers
|
|
|
|
vector
|
2014-09-20 18:20:29 +02:00
|
|
|
];
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|