{ cabal, ansiTerminal, deepseq, filepath, hspecExpectations, HUnit , QuickCheck, quickcheckIo, random, setenv, tfRandom, time , transformers }: cabal.mkDerivation (self: { pname = "hspec-meta"; version = "1.9.0"; sha256 = "1jvx748aay8ln23p382y03gk6hc19f3z62za4326i0d3cyapfqdv"; isLibrary = true; isExecutable = true; buildDepends = [ ansiTerminal 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; }; })