From 5732212bc3d81f77f298b302cb1ed19d540ada08 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Mon, 31 Aug 2020 14:04:53 +0200 Subject: chore(emoji-generic.nix): add missing dependencies --- emoji-generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emoji-generic.nix b/emoji-generic.nix index c187749..4bedfc7 100644 --- a/emoji-generic.nix +++ b/emoji-generic.nix @@ -9,7 +9,7 @@ mkDerivation { attoparsec base file-embed text utf8-light ]; testHaskellDepends = [ - base smallcheck tasty tasty-hunit tasty-smallcheck + attoparsec base smallcheck tasty tasty-hunit tasty-smallcheck text ]; description = "A generic Emoji library"; license = stdenv.lib.licenses.lgpl3; -- cgit 1.4.1