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
|
2014-10-13 12:48:21 +02:00
|
|
|
, httpTypes, HUnit, network, networkUri, QuickCheck, scientific
|
2014-12-12 09:49:58 +01:00
|
|
|
, semigroups, tasty, tastyHunit, tastyQuickcheck, tastyTh, text
|
|
|
|
, time, unorderedContainers, vector
|
2014-09-20 18:20:29 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "jwt";
|
2014-12-12 09:49:58 +01:00
|
|
|
version = "0.5.0";
|
|
|
|
sha256 = "0445biw5rj4plbz4nbmzrn446dfsjnggzrrcn1m292g3dqp6gzgh";
|
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 = [
|
|
|
|
aeson base64Bytestring cryptohash dataDefault httpTypes HUnit
|
2014-12-12 09:49:58 +01:00
|
|
|
network networkUri QuickCheck scientific semigroups tasty
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|