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

{ cabal, executablePath, mtl, QuickCheck, statePlus }:

cabal.mkDerivation (self: {
  pname = "test-simple";
  version = "0.1.7";
  sha256 = "1p9y15vv23j1qn3shxl2wqb8skh0n53vrb39qv1nvff9bclxldka";
  buildDepends = [ mtl QuickCheck statePlus ];
  testDepends = [ executablePath mtl QuickCheck ];
  meta = {
    description = "Simple Perl inspired testing";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})