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

{ cabal, mtl, QuickCheck, tagshare }:

cabal.mkDerivation (self: {
  pname = "testing-feat";
  version = "0.4.0.2";
  sha256 = "15gi6w7p4alnih9grklhhr8338y1aal07admbz4n2f724hnhyb2j";
  buildDepends = [ mtl QuickCheck tagshare ];
  meta = {
    description = "Functional Enumeration of Algebraic Types";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})