]> git.rkrishnan.org Git - functorrent.git/commitdiff
add quickcheck as a test dependency
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 26 Apr 2015 01:49:40 +0000 (07:19 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 29 Apr 2015 00:08:24 +0000 (05:38 +0530)
functorrent.cabal
shell.nix

index 2d2db982730d5f14bfe059e3fade923f1a38fa49..19a6c92084caedd61102f674ecc933f536a2209d 100644 (file)
@@ -73,6 +73,7 @@ test-suite functorrent-test
                      containers,
                      directory,
                      doctest,
+                     QuickCheck,
                      tasty,
                      tasty-hunit,
                      QuickCheck,
index cf892c6a0f9de8605c6b054a9def68e6ba8f40c2..401650300457f3507942a8b5ab1a944b82d506b4 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -13,7 +13,7 @@ with haskellPackages; cabal.mkDerivation (self: {
     base16Bytestring binary cryptohash HTTP networkUri parsec tasty
     tastyHunit
   ];
-  testDepends = [ doctest hlint tasty tastyHunit ];
+  testDepends = [ doctest hlint QuickCheck tasty tastyHunit ];
   meta = {
     description = "A Bit-torrent client";
     license = self.stdenv.lib.licenses.gpl3;