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!
|
||||
|
||||
{ cabal, aeson, base64Bytestring, cryptohash, dataDefault
|
||||
, httpTypes, HUnit, network, QuickCheck, scientific, tasty
|
||||
, tastyHunit, tastyQuickcheck, tastyTh, text, time
|
||||
, httpTypes, HUnit, network, networkUri, QuickCheck, scientific
|
||||
, tasty, tastyHunit, tastyQuickcheck, tastyTh, text, time
|
||||
, unorderedContainers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "jwt";
|
||||
version = "0.4.0";
|
||||
sha256 = "0kfdrl795h7nyai1gk056kjbw2c5n3bc30aq9466pky5jv6ywlbz";
|
||||
version = "0.4.1";
|
||||
sha256 = "0rzy85ziljvmw62zlnifpy5g7l9m1pms331svaylj00ny17bq803";
|
||||
buildDepends = [
|
||||
aeson base64Bytestring cryptohash dataDefault httpTypes network
|
||||
scientific text time unorderedContainers
|
||||
networkUri scientific text time unorderedContainers
|
||||
];
|
||||
testDepends = [
|
||||
aeson base64Bytestring cryptohash dataDefault httpTypes HUnit
|
||||
network QuickCheck scientific tasty tastyHunit tastyQuickcheck
|
||||
tastyTh text time unorderedContainers
|
||||
network networkUri QuickCheck scientific tasty tastyHunit
|
||||
tastyQuickcheck tastyTh text time unorderedContainers
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/ssaasen/haskell-jwt";
|
||||
|
Loading…
Reference in New Issue
Block a user