mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
16 lines
497 B
Nix
16 lines
497 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cpphs, haskellSrcExts, testFramework }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "test-framework-th-prime";
|
|
version = "0.0.7";
|
|
sha256 = "056d66jk7gn0ghsb75f2kpspws0gs1w9vnw0ywpq6kbskv992v0p";
|
|
buildDepends = [ cpphs haskellSrcExts testFramework ];
|
|
meta = {
|
|
description = "Template Haskell for test framework";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|