haskell-hspec-core: disable test suite when building with GHC 8.0.x.

+3
+3
pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
··· 51 # https://github.com/hspec/HUnit/issues/7 52 HUnit = dontCheck super.HUnit; 53 54 }
··· 51 # https://github.com/hspec/HUnit/issues/7 52 HUnit = dontCheck super.HUnit; 53 54 + # https://github.com/hspec/hspec/issues/253 55 + hspec-core = dontCheck super.hspec-core; 56 + 57 }