haddock-2.14.3: enable test suite

https://github.com/NixOS/cabal2nix/pull/86

+1 -1
+1 -1
pkgs/development/tools/documentation/haddock/2.14.3.nix
··· 12 isExecutable = true; 13 buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ]; 14 testDepends = [ Cabal deepseq filepath hspec QuickCheck ]; 15 - doCheck = false; 16 meta = { 17 homepage = "http://www.haskell.org/haddock/"; 18 description = "A documentation-generation tool for Haskell libraries";
··· 12 isExecutable = true; 13 buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ]; 14 testDepends = [ Cabal deepseq filepath hspec QuickCheck ]; 15 + preCheck = "unset GHC_PACKAGE_PATH"; 16 meta = { 17 homepage = "http://www.haskell.org/haddock/"; 18 description = "A documentation-generation tool for Haskell libraries";