haskell-jwt: update to version 0.4.1
This commit is contained in:
parent
1f09c12334
commit
0cce3d2b02
@ -1,23 +1,23 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, base64Bytestring, cryptohash, dataDefault
|
{ cabal, aeson, base64Bytestring, cryptohash, dataDefault
|
||||||
, httpTypes, HUnit, network, QuickCheck, scientific, tasty
|
, httpTypes, HUnit, network, networkUri, QuickCheck, scientific
|
||||||
, tastyHunit, tastyQuickcheck, tastyTh, text, time
|
, tasty, tastyHunit, tastyQuickcheck, tastyTh, text, time
|
||||||
, unorderedContainers
|
, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "jwt";
|
pname = "jwt";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
sha256 = "0kfdrl795h7nyai1gk056kjbw2c5n3bc30aq9466pky5jv6ywlbz";
|
sha256 = "0rzy85ziljvmw62zlnifpy5g7l9m1pms331svaylj00ny17bq803";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base64Bytestring cryptohash dataDefault httpTypes network
|
aeson base64Bytestring cryptohash dataDefault httpTypes network
|
||||||
scientific text time unorderedContainers
|
networkUri scientific text time unorderedContainers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson base64Bytestring cryptohash dataDefault httpTypes HUnit
|
aeson base64Bytestring cryptohash dataDefault httpTypes HUnit
|
||||||
network QuickCheck scientific tasty tastyHunit tastyQuickcheck
|
network networkUri QuickCheck scientific tasty tastyHunit
|
||||||
tastyTh text time unorderedContainers
|
tastyQuickcheck tastyTh text time unorderedContainers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://bitbucket.org/ssaasen/haskell-jwt";
|
homepage = "https://bitbucket.org/ssaasen/haskell-jwt";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user