summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/tasty-hspec/default.nix
blob: 459a0f1123abc78c637d8b1c75b3b00d1bc2f086 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, hspec, hspecCore, QuickCheck, random, tasty
, tastyQuickcheck, tastySmallcheck
}:

cabal.mkDerivation (self: {
  pname = "tasty-hspec";
  version = "1.1";
  sha256 = "15ly6jf4kgdc15k6b584d99j18xb41alas62gyakw5sf8y0y02i6";
  buildDepends = [
    hspec hspecCore QuickCheck random tasty tastyQuickcheck
    tastySmallcheck
  ];
  meta = {
    homepage = "http://github.com/mitchellwrosen/tasty-hspec";
    description = "Hspec support for the Tasty test framework";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})