nixpkgs/pkgs/development/libraries/haskell/hspec-meta/default.nix
2014-11-13 14:51:37 +01:00

26 lines
788 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, ansiTerminal, async, deepseq, filepath, hspecExpectations
, HUnit, QuickCheck, quickcheckIo, random, setenv, time
, transformers
}:
cabal.mkDerivation (self: {
pname = "hspec-meta";
version = "2.0.0";
sha256 = "0x1k2d4nycglzn9l4i32xrampr9fgzjpp4j1jyy7pj89cfl8jc8f";
isLibrary = true;
isExecutable = true;
buildDepends = [
ansiTerminal async deepseq filepath hspecExpectations HUnit
QuickCheck quickcheckIo random setenv 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;
};
})