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

{ cabal, hspec, tasty }:

cabal.mkDerivation (self: {
  pname = "tasty-hspec";
  version = "0.1.0.1";
  sha256 = "0m8v9kj557vfqzmrindwfcjl7wqmdix2xvmsb94n8hx9qv075s3v";
  buildDepends = [ hspec tasty ];
  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 ];
  };
})