From 082469bc81fc22ba40a38cdfbd4cf240b23759a1 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 7 Feb 2015 18:07:23 +0000 Subject: [PATCH] haskell-jwt: declare missing deps --- pkgs/development/libraries/haskell/jwt/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/haskell/jwt/default.nix b/pkgs/development/libraries/haskell/jwt/default.nix index 90125ff7a008..dfab13e9132d 100644 --- a/pkgs/development/libraries/haskell/jwt/default.nix +++ b/pkgs/development/libraries/haskell/jwt/default.nix @@ -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 ];