1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/testing-feat/default.nix

16 lines
472 B
Nix

# 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;
};
})