haskell-jwt: declare missing deps

This commit is contained in:
Joachim Fasting 2015-02-07 18:07:23 +00:00
parent f63f6d5a3a
commit 082469bc81

View file

@ -1,9 +1,9 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, base64Bytestring, cryptohash, dataDefault
, httpTypes, HUnit, network, networkUri, QuickCheck, scientific
, semigroups, tasty, tastyHunit, tastyQuickcheck, tastyTh, text
, time, unorderedContainers, vector
, httpTypes, HUnit, lens, lensAeson, network, networkUri
, QuickCheck, scientific, semigroups, tasty, tastyHunit
, tastyQuickcheck, tastyTh, text, time, unorderedContainers, vector
}:
cabal.mkDerivation (self: {
@ -16,8 +16,8 @@ cabal.mkDerivation (self: {
vector
];
testDepends = [
aeson base64Bytestring cryptohash dataDefault httpTypes HUnit
network networkUri QuickCheck scientific semigroups tasty
aeson base64Bytestring cryptohash dataDefault httpTypes HUnit lens
lensAeson network networkUri QuickCheck scientific semigroups tasty
tastyHunit tastyQuickcheck tastyTh text time unorderedContainers
vector
];