# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, ansiTerminal, ansiWlPprint, hostname, random, regexPosix , time, xml }: cabal.mkDerivation (self: { pname = "test-framework"; version = "0.8.1.0"; sha256 = "1js7jbdw0xijpjlca3yh7mw427s3rjkymm1qi565r928pbsbdkhm"; isLibrary = true; isExecutable = true; buildDepends = [ ansiTerminal ansiWlPprint hostname random regexPosix time xml ]; meta = { homepage = "https://batterseapower.github.io/test-framework/"; description = "Framework for running and organising tests, with HUnit and QuickCheck support"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })