summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hspec-contrib/default.nix
blob: 53f94edc793ddb322fcfc66c92af7b1142c9c528 (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, hspecCore, HUnit, QuickCheck }:

cabal.mkDerivation (self: {
  pname = "hspec-contrib";
  version = "0.2.0";
  sha256 = "0p6jh3j84cq66gfp2pk957ha4ds7797vfbfri9lsg9gd4998dwkq";
  buildDepends = [ hspecCore HUnit ];
  testDepends = [ hspec hspecCore HUnit QuickCheck ];
  meta = {
    homepage = "http://hspec.github.io/";
    description = "Contributed functionality for Hspec";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})