# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, ansiTerminal, async, deepseq, filepath, hspecExpectations , HUnit, QuickCheck, quickcheckIo, random, setenv, tfRandom, time , transformers }: cabal.mkDerivation (self: { pname = "hspec-meta"; version = "1.12.3"; sha256 = "106wzvramjw18a2wvmfik3z47zshq7yalgax389gx340g3wnrfp7"; isLibrary = true; isExecutable = true; buildDepends = [ ansiTerminal async deepseq filepath hspecExpectations HUnit QuickCheck quickcheckIo random setenv tfRandom time transformers ]; doCheck = false; meta = { homepage = "http://hspec.github.io/"; description = "A version of Hspec which is used to test Hspec itself"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms; }; })