nixpkgs/pkgs/development/libraries/haskell/hspec2/default.nix

30 lines
993 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-06-11 09:57:48 +02:00
{ cabal, ansiTerminal, async, deepseq, doctest, filepath, ghcPaths
2014-06-12 07:16:05 +02:00
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
, random, setenv, silently, tfRandom, time, transformers
2014-06-11 09:57:48 +02:00
}:
cabal.mkDerivation (self: {
pname = "hspec2";
version = "0.4.0";
sha256 = "0x5y77qa33gx1shqhzdkdp0732lpkihvp5wh4826scg229haj5v5";
2014-06-11 09:57:48 +02:00
isLibrary = true;
isExecutable = true;
buildDepends = [
ansiTerminal async deepseq filepath hspecExpectations HUnit
2014-06-12 07:16:05 +02:00
QuickCheck quickcheckIo random setenv tfRandom time transformers
2014-06-11 09:57:48 +02:00
];
testDepends = [
ansiTerminal async deepseq doctest filepath ghcPaths
2014-06-12 07:16:05 +02:00
hspecExpectations hspecMeta HUnit QuickCheck quickcheckIo random
setenv silently tfRandom time transformers
2014-06-11 09:57:48 +02:00
];
meta = {
homepage = "http://hspec.github.io/";
description = "Alpha version of Hspec 2.0";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})