Skip to content

Commit

Permalink
Added missing tasty-bench package for Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Nov 7, 2024
1 parent 1cd2985 commit fcb13f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nix/packages/tasty-bench.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ mkDerivation, base, containers, deepseq, ghc-prim, lib, tasty }:
mkDerivation {
pname = "tasty-bench";
version = "0.4";
sha256 = "829c80478dcd6450f3ddab0232603850bff6bc7277b2eecf126b2fd9c26d7be2";
libraryHaskellDepends = [ base containers deepseq ghc-prim tasty ];
benchmarkHaskellDepends = [ base ];
homepage = "https://github.com/Bodigrim/tasty-bench";
description = "Featherlight benchmark framework";
license = lib.licenses.mit;
}

0 comments on commit fcb13f1

Please sign in to comment.