1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/development/libraries/haskell/hspec-meta/default.nix

26 lines
808 B
Nix
Raw Normal View History

# 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
2013-02-24 21:11:11 +00:00
}:
cabal.mkDerivation (self: {
pname = "hspec-meta";
version = "1.12.2";
sha256 = "1gx62pqii2y29wxk6krzrwj18xp15y3qxyvnkkgcq9j984146zfs";
2013-02-24 21:11:11 +00:00
isLibrary = true;
isExecutable = true;
buildDepends = [
ansiTerminal async deepseq filepath hspecExpectations HUnit
QuickCheck quickcheckIo random setenv tfRandom time transformers
2013-02-24 21:11:11 +00:00
];
doCheck = false;
meta = {
homepage = "http://hspec.github.io/";
2013-02-24 21:11:11 +00:00
description = "A version of Hspec which is used to test Hspec itself";
license = self.stdenv.lib.licenses.mit;
2013-02-24 21:11:11 +00:00
platforms = self.ghc.meta.platforms;
};
})