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! # 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, networkUri, QuickCheck, scientific , httpTypes, HUnit, lens, lensAeson, network, networkUri
, semigroups, tasty, tastyHunit, tastyQuickcheck, tastyTh, text , QuickCheck, scientific, semigroups, tasty, tastyHunit
, time, unorderedContainers, vector , tastyQuickcheck, tastyTh, text, time, unorderedContainers, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
@ -16,8 +16,8 @@ cabal.mkDerivation (self: {
vector vector
]; ];
testDepends = [ testDepends = [
aeson base64Bytestring cryptohash dataDefault httpTypes HUnit aeson base64Bytestring cryptohash dataDefault httpTypes HUnit lens
network networkUri QuickCheck scientific semigroups tasty lensAeson network networkUri QuickCheck scientific semigroups tasty
tastyHunit tastyQuickcheck tastyTh text time unorderedContainers tastyHunit tastyQuickcheck tastyTh text time unorderedContainers
vector vector
]; ];