about summary refs log tree commit diff
path: root/emoji-generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'emoji-generic.nix')
-rw-r--r--emoji-generic.nix2
1 files changed, 1 insertions, 1 deletions
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;