nixpkgs/pkgs/development/libraries/haskell/jwt/default.nix
2014-10-14 17:39:27 +02:00

29 lines
999 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, base64Bytestring, cryptohash, dataDefault
, httpTypes, HUnit, network, networkUri, QuickCheck, scientific
, tasty, tastyHunit, tastyQuickcheck, tastyTh, text, time
, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "jwt";
version = "0.4.1";
sha256 = "0rzy85ziljvmw62zlnifpy5g7l9m1pms331svaylj00ny17bq803";
buildDepends = [
aeson base64Bytestring cryptohash dataDefault httpTypes network
networkUri scientific text time unorderedContainers
];
testDepends = [
aeson base64Bytestring cryptohash dataDefault httpTypes HUnit
network networkUri QuickCheck scientific tasty tastyHunit
tastyQuickcheck tastyTh text time unorderedContainers
];
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;
};
})